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

Commit

Permalink
Use Xcode 13.2.1 for continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Dec 30, 2021
1 parent 7b2953f commit 2dc2d78
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
steps:
- uses: actions/checkout@v2
- name: Select Xcode 12.5
run: sudo xcode-select -s /Applications/Xcode_12.5.app
- name: Select Xcode 13.2.1
run: sudo xcode-select -s /Applications/Xcode_13.2.1.app
- name: Run tests
run: make test

0 comments on commit 2dc2d78

Please sign in to comment.