Skip to content

Commit d5083f3

Browse files
committed
CI: Modify os name
1 parent e9d4140 commit d5083f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
# Builds and test MacVim
3434
build-and-test:
3535

36-
# Test on macOS 10.15 / 11.0, and also older version of Xcode for compatibility testing.
36+
# Test on macOS 10.15 / 11.x, and also older version of Xcode for compatibility testing.
3737
strategy:
3838
fail-fast: false
3939
matrix:
4040
include:
4141
- os: macos-10.15
4242
xcode: 11.7
4343
- os: macos-10.15
44-
- os: macos-11.0
44+
- os: macos-11
4545
publish: true
4646

4747
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)