From 26eff3160779127d6caa3e05fee6e9d98cee0e41 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 5 Feb 2024 18:52:26 +0100 Subject: [PATCH] Container & Installers: Use explicit ubuntu-22.04 instead of a varying ubuntu-latest --- .github/workflows/container.yml | 2 +- .github/workflows/installers.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index aef3f67f9f3..b9c655ffac9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,7 +19,7 @@ env: jobs: container: name: Container - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: packages: write steps: diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 9eb4a5caa8a..fcc442c441b 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -21,7 +21,7 @@ on: jobs: binaries: name: Binaries - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Cache build directory uses: actions/cache@v4 @@ -70,7 +70,7 @@ jobs: release: name: Release needs: [binaries] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.ref_type == 'tag' steps: - name: Download packages