From eaa320b67b9668513ccb7da0a1936fdb9b3757b8 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Fri, 11 Jul 2025 18:52:33 +0200 Subject: [PATCH] ci: Update Ubuntu 22.04 runners to 24.04 --- .github/workflows/release-docker.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 71fe5a1..aac4c8a 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -3,7 +3,7 @@ name: release-docker on: push: tags: - - 'v*.*.*' + - "v*.*.*" pull_request: branches: - master @@ -15,7 +15,7 @@ concurrency: jobs: build-docker-images: if: ${{ !github.event.pull_request.head.repo.fork }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9336fa1..fd6f794 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: create-release: name: Create release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: build-linux-package: name: Build Linux binary needs: create-release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4