Skip to content

Commit

Permalink
Use Ubuntu 22.04 in CI as 24.04 is not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Oct 5, 2024
1 parent bfe78fd commit 6cc1aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
include:
- { target: linux-64, os: ubuntu-latest }
- { target: linux-64, os: ubuntu-22.04 }
- { target: osx-arm64, os: macos-14 }
fail-fast: false

Expand Down

0 comments on commit 6cc1aa5

Please sign in to comment.