Skip to content

Commit

Permalink
ci(fix): ubuntu 24 (latest) fails for ecosystem tests
Browse files Browse the repository at this point in the history
Reverting back to ubuntu 22.04 for LTS according to actions/runner-images#10636
  • Loading branch information
floherent committed Jan 24, 2025
1 parent ef5f051 commit 40a0ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

ecosystem-test:
needs: unit-test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.12']
Expand Down

0 comments on commit 40a0ee9

Please sign in to comment.