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.
1 parent f1e7904 commit eb72c24Copy full SHA for eb72c24
.github/workflows/macos.yml
@@ -10,7 +10,6 @@ jobs:
10
matrix:
11
config:
12
- { os: macos-10.15, xcode: "12.0.1" } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
13
- - { os: macos-11.0, xcode: "11.7" } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md#xcode
14
build: [Debug, Release]
15
16
name: "xcode${{matrix.config.xcode}}:${{matrix.build}}"
0 commit comments