mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci(apple): explicitly select Xcode 26.0 (#10511)
In order to build the iOS app with the Xcode version that is installed on the GitHub runners, we need to select the Xcode version by major and minor version. Currently, the iOS builds are failing because Xcode 26.1 also exists but iOS 26.1 isn't supported (or released?). See https://github.com/firezone/firezone/actions/runs/18239282351/job/51938727311.
This commit is contained in:
2
.github/workflows/_swift.yml
vendored
2
.github/workflows/_swift.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
needs: update-release-draft
|
||||
runs-on: macos-15
|
||||
env:
|
||||
XCODE_MAJOR: 26
|
||||
XCODE_VERSION: "26.0"
|
||||
permissions:
|
||||
contents: write # for attaching the build artifacts to the release
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user