From e666093ea285f8d8c779fd41a3dbc170917adef6 Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 17 Jan 2025 14:16:04 +0000 Subject: [PATCH] ci: use latest ubuntu fixed version --- .github/workflows/build-extension.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index b7446eca0d..246673f089 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -8,7 +8,7 @@ concurrency: jobs: sha-hash: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 outputs: SHORT_SHA: ${{ steps.short-sha.outputs.SHORT_SHA }} steps: @@ -19,7 +19,7 @@ jobs: set-in-progress-message: if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - sha-hash steps: @@ -30,7 +30,7 @@ jobs: build: name: build-${{ matrix.target }}-extension - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - sha-hash strategy: @@ -70,7 +70,7 @@ jobs: set-download-link: if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - sha-hash - build