Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f325280
1
Parent(s):
9b325dd
Fix version of windows OS
Browse files
.github/workflows/CI_Windows.yml
CHANGED
@@ -28,7 +28,7 @@ jobs:
|
|
28 |
matrix:
|
29 |
julia-version: ['1.7.1']
|
30 |
python-version: ['3.9']
|
31 |
-
os: [windows-
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/[email protected]
|
|
|
28 |
matrix:
|
29 |
julia-version: ['1.7.1']
|
30 |
python-version: ['3.9']
|
31 |
+
os: [windows-2019]
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/[email protected]
|