Skip to content

Commit

Permalink
bugfix: Pass CI (ubuntu-latest is now 24.04)
Browse files Browse the repository at this point in the history
It seems pre-installed swig version mismatch
  • Loading branch information
ftnext committed Jan 14, 2025
1 parent 71cacd8 commit 8afab68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
fail-fast: true
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.10"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.11"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.12"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.13"
- os: windows-latest
python-version: "3.11"
Expand Down

0 comments on commit 8afab68

Please sign in to comment.