Skip to content

Commit 3fd1aa7

Browse files
authored
tests: switch to macOS 11 in os matrix
actions/runner-images#5583
1 parent b043e2e commit 3fd1aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
max-parallel: 3
2525
matrix:
26-
os: [ubuntu-18.04, macos-10.15, windows-2019]
26+
os: [ubuntu-18.04, macos-11, windows-2019]
2727
pyv: ["3.7", "3.8", "3.9", "3.10"]
2828

2929
steps:

0 commit comments

Comments
 (0)