From 82ff74cfa9a86e1955be6eeabe5a013cda3207bd Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 19 Jan 2025 23:57:57 -0800 Subject: [PATCH] Run on container with ubuntu latest for pytest gh action workflow --- .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 c68dbf96..480c9fa6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: test: name: Run Tests runs-on: ubuntu-latest - container: ubuntu:jammy + container: ubuntu:latest strategy: fail-fast: false matrix: