Change runner tag
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian-host
|
||||
runs-on: app-builder
|
||||
|
||||
env:
|
||||
CCACHE_DIR: /var/cache/ccache/kindred-create
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user