From 6e975422b7ee4c56733039dd49890bcf1fb24f85 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Fri, 6 Sep 2024 23:10:28 +0200 Subject: [PATCH] ci: use `ubuntu-24.04` again for release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96ff659b..9cf33d61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: path: dist sdist: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [set-version] steps: - uses: actions/checkout@v4 @@ -160,7 +160,7 @@ jobs: publish: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [linux, windows, macos, sdist] if: ${{ github.event_name == 'release' }} steps: