Skip to content

Commit 4d6e83a

Browse files
committed
Use macos-12 for testing Python 3.9
1 parent 8124cf9 commit 4d6e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
20+
os: ["ubuntu-latest", "macos-12", "windows-latest"]
2121
python-version: ["3.9"]
2222
include:
2323
- os: "ubuntu-latest"

0 commit comments

Comments
 (0)