From 073bdbacb4efdd7be8821f90c53b97d2226c24ef Mon Sep 17 00:00:00 2001 From: yxd92326 Date: Wed, 21 Aug 2024 14:40:31 +0100 Subject: [PATCH] Force ubuntu-22.04 image as a test --- .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 6427217..c1b9058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: test: name: Run tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]