We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e734599 commit 8df0eacCopy full SHA for 8df0eac
1 file changed
.github/workflows/beta-release.yml
@@ -13,8 +13,8 @@ on:
13
jobs:
14
generate-version:
15
# runs-on: blacksmith-4vcpu-ubuntu-2204-arm
16
- # runs-on: ubuntu-latest
17
- runs-on: warp-ubuntu-latest-x64-2x
+ runs-on: ubuntu-latest
+ # runs-on: warp-ubuntu-latest-x64-2x
18
outputs:
19
beta_version: ${{ steps.set-version.outputs.beta_version }}
20
steps:
@@ -36,8 +36,8 @@ jobs:
36
conveyor-beta-build:
37
name: Build Beta macOS App
38
39
40
41
needs: [generate-version]
42
permissions:
43
contents: write
0 commit comments