Skip to content

Commit

Permalink
2.9.0 RC3 anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 14, 2024
1 parent e714852 commit f6944e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
os: [ubuntu-20.04, windows-2019, macos-12]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: windows-2022
- os: windows-2019
python-version: "3.12"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f6944e6

Please sign in to comment.