Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Update Xcode in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Aug 29, 2021
1 parent c67447e commit c345033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-11.0
steps:
- uses: actions/checkout@v2
- name: Select Xcode 12.3
run: sudo xcode-select -s /Applications/Xcode_12.3.app
- name: Select Xcode 12.5
run: sudo xcode-select -s /Applications/Xcode_12.5.app
- name: Run tests
run: make test

0 comments on commit c345033

Please sign in to comment.