Skip to content

Commit

Permalink
ci: pin ubuntu to 22.04 (#513)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated GitHub Actions workflow to run tests on Ubuntu 22.04
specifically
- Refined testing infrastructure to use a consistent operating system
environment

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jan 14, 2025
1 parent 9122698 commit 1f30332
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 @@ -16,7 +16,7 @@ jobs:
- '3.11'
- '3.12'
platform:
- ubuntu-latest
- ubuntu-22.04
- macos-latest
- windows-latest
exclude: # Apple Silicon ARM64 does not support Python < v3.8
Expand Down

0 comments on commit 1f30332

Please sign in to comment.