Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Select XCode 16 for integration tests
  • Loading branch information
jamescrosswell committed Sep 29, 2024
commit ea5b2f396f1b3387a64d4a4e9c2b559968f9bec4
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1


- name: Setup Xcode
if: matrix.os == 'macos-latest'
run: |
Expand Down Expand Up @@ -204,6 +203,12 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Setup Xcode
if: matrix.os == 'macos-latest'
run: |
sudo xcode-select --switch /Applications/Xcode_${{env.XCODE_VERSION}}.app/Contents/Developer
xcodebuild -version

# Needed for Android SDK setup step
- uses: actions/setup-java@v4
with:
Expand Down