From 1f303323e555e49dec0037c3439b931befe8d9f0 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 14 Jan 2025 17:51:10 +0800 Subject: [PATCH] ci: pin ubuntu to 22.04 (#513) ## 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 Signed-off-by: Jinzhe Zeng --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fe26cce..4e5b24bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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