Merge pull request #623 from XcodesOrg/matt/Xcode16

chore: set CI to MacOS 14, Xcode 16
This commit is contained in:
Matt Kiazyk 2024-10-12 21:03:17 -05:00 committed by GitHub
commit 0f5e42b88e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,10 +8,10 @@ on:
jobs:
test:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
DEVELOPER_DIR: /Applications/Xcode_16.app
run: xcodebuild test -scheme Xcodes