From 1c682370c44ee4dd0ccd4196de613a4e53f23386 Mon Sep 17 00:00:00 2001 From: CarlottaSartore Date: Tue, 4 Feb 2025 12:36:23 +0100 Subject: [PATCH] update ci for work on ubuntu last --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5c5a0e67d..e3e04f409 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -58,7 +58,7 @@ jobs: fail-fast: false matrix: os: - - ubuntu-22.04 + - ubuntu-latest - macos-latest - windows-latest python: @@ -144,7 +144,7 @@ jobs: publish: name: Publish to PyPI needs: test - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: id-token: write