Skip to content

Commit

Permalink
Try selecting Xcode 15.3
Browse files Browse the repository at this point in the history
Reference:
actions/runner-images#8282 (comment)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Apr 10, 2024
1 parent f8d13a5 commit b4a2490
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# For a complete overview of all available pieces of software, see:
# https://github.com/actions/runner-images/blob/macos-14-arm64/20240402.2/images/macos/macos-14-arm64-Readme.md
- name: List all the Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer

- name: Set conda environment
uses: mamba-org/setup-micromamba@main
with:
Expand Down

0 comments on commit b4a2490

Please sign in to comment.