From a84f8d67c4dbed7e93bd57c2e4b32a1beec1008f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 24 Dec 2024 21:41:41 +0800 Subject: [PATCH] Pin CI image Testing with python 3.7 is mandatory until next major version is released (v5.1). --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff8f8e4..9662c29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ concurrency: jobs: ci: name: Check - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # TODO: use `ubuntu-latest` when python 3.7 is dropped strategy: fail-fast: false matrix: