Update CI to MacOS 12 + 13.2.1

This commit is contained in:
Matt Kiazyk 2022-04-18 09:42:54 -05:00
parent 1d22be649a
commit c8f4de47ea
No known key found for this signature in database
GPG key ID: 850581D2373E4A99

View file

@ -8,10 +8,10 @@ on:
jobs:
test:
runs-on: macOS-11.0
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
run: xcodebuild test -scheme Xcodes