Skip to content

Commit 5a4743d

Browse files
authored
Merge pull request #296 from stephengroat/patch-1
use macos-11 tests
2 parents fd20c57 + 98632f0 commit 5a4743d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21+
- 'macos-11'
2122
- 'macos-latest'
2223
- 'ubuntu-latest'
2324
steps:
@@ -33,7 +34,7 @@ jobs:
3334
strategy:
3435
matrix:
3536
os:
36-
# - 'macos-11.0' # Not yet available
37+
- 'macos-11'
3738
- 'macos-10.15'
3839
- 'ubuntu-20.04'
3940
- 'ubuntu-18.04'

0 commit comments

Comments
 (0)