From 5a2bb65c6541920c4c7dea907aa1d0bd42084101 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sun, 13 Oct 2024 15:41:41 +0200 Subject: [PATCH] Fix --- .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 5987eca..cb75660 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: environment: CI/CD strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-22.04, windows-latest ] python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }}