Skip to content

Commit

Permalink
ci test if xcode 15 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 6, 2023
1 parent 600d03c commit 8affb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-13
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'

- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 8affb7c

Please sign in to comment.