Skip to content

Commit 1f30332

Browse files
authored
ci: pin ubuntu to 22.04 (#513)
<!-- 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 <jinzhe.zeng@rutgers.edu>
1 parent 9122698 commit 1f30332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- '3.11'
1717
- '3.12'
1818
platform:
19-
- ubuntu-latest
19+
- ubuntu-22.04
2020
- macos-latest
2121
- windows-latest
2222
exclude: # Apple Silicon ARM64 does not support Python < v3.8

0 commit comments

Comments
 (0)