Skip to content

Commit 8df0eac

Browse files
committed
fix: try ubuntu-latest
1 parent e734599 commit 8df0eac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
jobs:
1414
generate-version:
1515
# runs-on: blacksmith-4vcpu-ubuntu-2204-arm
16-
# runs-on: ubuntu-latest
17-
runs-on: warp-ubuntu-latest-x64-2x
16+
runs-on: ubuntu-latest
17+
# runs-on: warp-ubuntu-latest-x64-2x
1818
outputs:
1919
beta_version: ${{ steps.set-version.outputs.beta_version }}
2020
steps:
@@ -36,8 +36,8 @@ jobs:
3636
conveyor-beta-build:
3737
name: Build Beta macOS App
3838
# runs-on: blacksmith-4vcpu-ubuntu-2204-arm
39-
# runs-on: ubuntu-latest
40-
runs-on: warp-ubuntu-latest-x64-2x
39+
runs-on: ubuntu-latest
40+
# runs-on: warp-ubuntu-latest-x64-2x
4141
needs: [generate-version]
4242
permissions:
4343
contents: write

0 commit comments

Comments
 (0)