Skip to content

Commit e734599

Browse files
committed
fix: try warp and try windows conveyor update
1 parent f45acb0 commit e734599

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
jobs:
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:
@@ -35,7 +36,8 @@ jobs:
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

conveyor.beta.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ app {
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
}
1922
conveyor.compatibility-level = 18.1

0 commit comments

Comments
 (0)