Update macOS CI (#45)
* Move to macOS 11 * Use Xcode 13.0 * Remove .swift-version
This commit is contained in:
parent
fd57037a6d
commit
6f1ddd2bc4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
5.1.3
|
||||
Loading…
Reference in New Issue