Skip to content

Commit

Permalink
Merge pull request #1691 from UlrichB22/ci_macos
Browse files Browse the repository at this point in the history
Fix CI workflow, run py39 with ubuntu 22.04
  • Loading branch information
UlrichB22 authored Apr 25, 2024
2 parents 930397e + 106293a commit d7e3cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
matrix:
include:
- os: macos-latest
python-version: '3.9'
python-version: '3.10'
- os: windows-latest
python-version: '3.11'
- os: ubuntu-latest
python-version: '3.10'
- os: ubuntu-22.04
python-version: '3.9'
- os: ubuntu-latest
python-version: '3.12'

Expand Down

0 comments on commit d7e3cf8

Please sign in to comment.