Skip to content

Commit 9914407

Browse files
committed
fix: why github actions not running?
1 parent 0fd5003 commit 9914407

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
generate-version:
15-
runs-on: blacksmith-4vcpu-ubuntu-2204
15+
runs-on: blacksmith-4vcpu-ubuntu-2204-arm
1616
# runs-on: ubuntu-latest
1717
outputs:
1818
beta_version: ${{ steps.set-version.outputs.beta_version }}
@@ -34,7 +34,7 @@ jobs:
3434

3535
conveyor-beta-build:
3636
name: Build Beta macOS App
37-
runs-on: blacksmith-4vcpu-ubuntu-2204
37+
runs-on: blacksmith-4vcpu-ubuntu-2204-arm
3838
needs: [generate-version]
3939
permissions:
4040
contents: write

0 commit comments

Comments
 (0)