Skip to content

Commit f6944e6

Browse files
2.9.0 RC3 anaconda
1 parent e714852 commit f6944e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-20.04, windows-2022, macos-12]
15+
os: [ubuntu-20.04, windows-2019, macos-12]
1616
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
exclude:
18-
- os: windows-2022
18+
- os: windows-2019
1919
python-version: "3.12"
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)