From 40a0ee929d76d96dd75af62a779f160379a78b5e Mon Sep 17 00:00:00 2001 From: Ralph Florent Date: Thu, 23 Jan 2025 19:32:35 -0500 Subject: [PATCH] ci(fix): ubuntu 24 (latest) fails for ecosystem tests Reverting back to ubuntu 22.04 for LTS according to https://github.com/actions/runner-images/issues/10636 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0298e3..da692d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: ecosystem-test: needs: unit-test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.12']