Update Xcode versions on CI

This commit is contained in:
Christian Treffs 2020-10-08 10:22:38 +02:00
parent ea8b88b352
commit 2c2a1e173c
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
xcode: ["11.6", "12_beta"]
xcode: ["11.7", "12"]
steps:
- name: Checkout
uses: actions/checkout@master