We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9914407 commit f45acb0Copy full SHA for f45acb0
2 files changed
.github/workflows/beta-release.yml
@@ -12,8 +12,8 @@ on:
12
13
jobs:
14
generate-version:
15
- runs-on: blacksmith-4vcpu-ubuntu-2204-arm
16
- # runs-on: ubuntu-latest
+ # runs-on: blacksmith-4vcpu-ubuntu-2204-arm
+ runs-on: ubuntu-latest
17
outputs:
18
beta_version: ${{ steps.set-version.outputs.beta_version }}
19
steps:
@@ -34,7 +34,8 @@ jobs:
34
35
conveyor-beta-build:
36
name: Build Beta macOS App
37
38
39
needs: [generate-version]
40
permissions:
41
contents: write
.github/workflows/pr-build.yml
@@ -6,7 +6,8 @@ on:
6
7
8
build:
9
- runs-on: blacksmith-4vcpu-ubuntu-2204
+ # runs-on: blacksmith-4vcpu-ubuntu-2204
10
11
- name: Checkout Repository
0 commit comments