From f7b1f1ae953573e906bca36dfbb2cca8400f4453 Mon Sep 17 00:00:00 2001 From: Eduardo Speroni Date: Wed, 3 Jul 2024 14:58:10 -0300 Subject: [PATCH] ci: select xcode 15.4 --- .github/workflows/lint-and-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint-and-build.yml b/.github/workflows/lint-and-build.yml index 064a531..3bd5d3a 100644 --- a/.github/workflows/lint-and-build.yml +++ b/.github/workflows/lint-and-build.yml @@ -47,6 +47,11 @@ jobs: - uses: nrwl/nx-set-shas@v2 with: main-branch-name: 'master' + - name: Xcode Select Version + # see available xcode versions in https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode + uses: mobiledevops/xcode-select-version-action@v1 + with: + xcode-select-version: 15.4 - name: Install visionOS platform run: | defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES