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

Commit

Permalink
Update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 7, 2021
1 parent 97b979a commit 192189b
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.3.app"
sudo xcode-select -s "/Applications/Xcode_12.5.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 192189b

Please sign in to comment.