chore: set CI to MacOS 14, Xcode 16

This commit is contained in:
Matt Kiazyk 2024-10-12 20:57:39 -05:00
parent 74237f8fc1
commit dd46112769

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