Skip to content

Commit eb72c24

Browse files
Fix macos build (#3)
1 parent f1e7904 commit eb72c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
matrix:
1111
config:
1212
- { 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
1413
build: [Debug, Release]
1514

1615
name: "xcode${{matrix.config.xcode}}:${{matrix.build}}"

0 commit comments

Comments
 (0)