Update macOS CI (#45)

* Move to macOS 11

* Use Xcode 13.0

* Remove .swift-version
This commit is contained in:
Christian Treffs 2021-09-21 16:09:06 +02:00 committed by GitHub
parent fd57037a6d
commit 6f1ddd2bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -8,10 +8,10 @@ on:
jobs:
macos-test-build-release-xcode:
runs-on: macOS-latest
runs-on: macOS-11
strategy:
matrix:
xcode: ["11.7", "12.4"]
xcode: ["11.7", "12.5.1", "13.0"]
steps:
- name: Checkout
uses: actions/checkout@master

View File

@ -1 +0,0 @@
5.1.3