Update Xcode to 12.5 and use macOS 11.

Fixes CI failing when using Swift 5.4 features.
This commit is contained in:
Doug
2021-10-13 10:40:50 +01:00
committed by Doug
parent a4ac250716
commit 6db3e269a7
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -16,7 +16,7 @@ env:
jobs:
tests:
name: Tests
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2