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 e9d4140 commit d5083f3Copy full SHA for d5083f3
.github/workflows/ci-macvim.yaml
@@ -33,15 +33,15 @@ jobs:
33
# Builds and test MacVim
34
build-and-test:
35
36
- # Test on macOS 10.15 / 11.0, and also older version of Xcode for compatibility testing.
+ # Test on macOS 10.15 / 11.x, and also older version of Xcode for compatibility testing.
37
strategy:
38
fail-fast: false
39
matrix:
40
include:
41
- os: macos-10.15
42
xcode: 11.7
43
44
- - os: macos-11.0
+ - os: macos-11
45
publish: true
46
47
runs-on: ${{ matrix.os }}
0 commit comments