Skip to content

Commit c7c1079

Browse files
authored
devops: test on macOS Big Sur (microsoft#296)
1 parent 7dbb817 commit c7c1079

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
- os: macos-latest
4848
python-version: 3.9
4949
browser: chromium
50+
- os: macos-11.0
51+
python-version: 3.9
52+
browser: chromium
53+
- os: macos-11.0
54+
python-version: 3.9
55+
browser: firefox
56+
- os: macos-11.0
57+
python-version: 3.9
58+
browser: webkit
5059
runs-on: ${{ matrix.os }}
5160
steps:
5261
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)