Skip to content

Commit

Permalink
Enable Unit Tests with Xcode 16 on CI (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed Jun 19, 2024
1 parent 991b0d7 commit ae19b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
macos: macOS-14
- xcode: "15.4"
macos: macOS-14
- xcode: "16.0"
macos: macOS-14
runs-on: ${{ matrix.macos }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
Expand Down

0 comments on commit ae19b48

Please sign in to comment.