Skip to content

Commit

Permalink
CI: test update to macos 14 + xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Feb 13, 2024
1 parent d9fa35d commit f7918dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
deploy:
name: Running unit tests
runs-on: macos-13
runs-on: macos-14
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.1.app/Contents/Developer'

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

0 comments on commit f7918dc

Please sign in to comment.