Change runner tag

This commit is contained in:
forbes
2026-01-26 12:16:55 -06:00
parent 2434aedfd9
commit 5bb8b0574b
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: debian-host
runs-on: app-builder
env:
CCACHE_DIR: /var/cache/ccache/kindred-create

View File

@@ -3,17 +3,17 @@ name: Release Build
on:
push:
tags: ['v*', 'weekly-*']
tags: ["v*", "weekly-*"]
workflow_dispatch:
inputs:
tag:
description: 'Release tag (e.g., v1.0.0)'
description: "Release tag (e.g., v1.0.0)"
required: true
type: string
jobs:
build-linux-appimage:
runs-on: debian-host
runs-on: app-builder
env:
CCACHE_DIR: /var/cache/ccache/kindred-create