File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313jobs :
1414 generate-version :
1515 # runs-on: blacksmith-4vcpu-ubuntu-2204-arm
16- runs-on : ubuntu-latest
16+ # runs-on: ubuntu-latest
17+ runs-on : warp-ubuntu-latest-x64-2x
1718 outputs :
1819 beta_version : ${{ steps.set-version.outputs.beta_version }}
1920 steps :
3536 conveyor-beta-build :
3637 name : Build Beta macOS App
3738 # runs-on: blacksmith-4vcpu-ubuntu-2204-arm
38- runs-on : ubuntu-latest
39+ # runs-on: ubuntu-latest
40+ runs-on : warp-ubuntu-latest-x64-2x
3941 needs : [generate-version]
4042 permissions :
4143 contents : write
Original file line number Diff line number Diff line change 1515 # Beta-specific settings
1616 icons = "_icons/slide-code-beta-logo.png"
1717 vcs-url = "github.com/longtail-labs/slide.code.releases.beta"
18+
19+ # Override Windows version quad to ensure valid format
20+ windows.manifests.version-quad = "0.0.1.0"
1821}
1922conveyor.compatibility-level = 18.1
You can’t perform that action at this time.
0 commit comments