From d314394d2000931a7b1ee2821615ba218bc9bc8d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 6 Jan 2025 21:22:13 +0000 Subject: [PATCH] Mix Ubuntu --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6ace88b..ee28ea0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: python-packages: name: Release Python packages - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write id-token: write @@ -40,7 +40,7 @@ jobs: deploy-container-image: name: Release container image - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: write id-token: write @@ -93,7 +93,7 @@ jobs: release-bundle: name: Upload release bundle - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: write id-token: write