Skip to content

Commit 2517c76

Browse files
authored
try macOS tests with v12 Monterey
1 parent d232108 commit 2517c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [windows-latest, ubuntu-latest, macos-13]
23+
os: [windows-latest, ubuntu-latest, macos-12]
2424
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2525

2626
steps:

0 commit comments

Comments
 (0)