From deaf232cab3f2f8de9b2dd740447f57cb5158432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 29 Oct 2025 13:07:33 +0100 Subject: [PATCH] Use static versions for GitHub action runners --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04a2d7b..18d7d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -46,7 +46,7 @@ jobs: deploy: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.repository.fork == false && github.ref == 'refs/heads/dev' environment: name: github-pages