Update CI to use macOS 12 and Xcode 13.4.

This commit is contained in:
Doug
2022-05-25 17:38:10 +01:00
parent 68301a85a7
commit 0d50b2b652
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ env:
jobs:
tests:
name: Tests
runs-on: macos-11
runs-on: macos-12
concurrency:
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.