Skip to content

Commit f0690c0

Browse files
author
Noah Gorny
authored
Merge pull request #1939 from Bash-it/revert-1767-disable-macos-11
Reinstate macOS 11 job
2 parents 9ea6002 + ec3b8d6 commit f0690c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
bats-test:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15]
14+
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15, macos-11.0]
1515

1616
runs-on: ${{ matrix.os }}
1717

0 commit comments

Comments
 (0)