Skip to content

Commit 9dece94

Browse files
committed
(fix) Changed the run-test.yml configuration to use windows version 2019 to see if that fixes the workflows hanging
1 parent 42c994e commit 9dece94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python: ["3.9", "3.10", "3.11"]
12-
os: [ubuntu-latest, macos-latest, windows-2019]
12+
os: [ubuntu-latest, macos-13, windows-2019]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)