Skip to content

Commit f45acb0

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

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

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

3535
conveyor-beta-build:
3636
name: Build Beta macOS App
37-
runs-on: blacksmith-4vcpu-ubuntu-2204-arm
37+
# runs-on: blacksmith-4vcpu-ubuntu-2204-arm
38+
runs-on: ubuntu-latest
3839
needs: [generate-version]
3940
permissions:
4041
contents: write

.github/workflows/pr-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
jobs:
88
build:
9-
runs-on: blacksmith-4vcpu-ubuntu-2204
9+
# runs-on: blacksmith-4vcpu-ubuntu-2204
10+
runs-on: ubuntu-latest
1011

1112
steps:
1213
- name: Checkout Repository

0 commit comments

Comments
 (0)