We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8c8d1e + a90b4c1 commit 76e85d2Copy full SHA for 76e85d2
.github/workflows/ci.yml
@@ -25,12 +25,11 @@ jobs:
25
26
macOS:
27
name: Test on macOS
28
- runs-on: macOS-10.14
+ runs-on: macOS-10.15
29
strategy:
30
fail-fast: false
31
matrix:
32
- # xcode_version: ["10.1", "10.2", "11.1"]
33
- xcode_version: ["11.1"] # GitHub actions is now unsupported Xcode version 10.1 and 10.2.
+ xcode_version: ["11.7", "12.4"] # GitHub actions is now unsupported Xcode version 10.x.
34
env:
35
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
36
steps:
0 commit comments