Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Make xcode stuff fine even with macos 10.15
Browse files Browse the repository at this point in the history
macos-latest sometimes gives us macos 10.15 rather than 11.x, not sure why.
  • Loading branch information
alexarchambault committed Dec 14, 2021
1 parent e5fbfdc commit f779322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: runner.os == 'macOS'
# https://github.com/actions/virtual-environments/issues/2557
run: |
sudo xcode-select -s "/Applications/Xcode_12.5.app" || ( ls /Applications; exit 1 )
sudo xcode-select -s "/Applications/Xcode_12.5.app" || sudo xcode-select -s "/Applications/Xcode_12.3.app" || ( ls /Applications; exit 1 )
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
- name: Build and publish locally
run: ./mill -i __.publishLocal
Expand Down

0 comments on commit f779322

Please sign in to comment.