From 8d83dfad452797ee0e01f0b68d2cc263af9cf05f Mon Sep 17 00:00:00 2001 From: Francis Bouvier Date: Thu, 17 Oct 2024 10:24:00 +0200 Subject: [PATCH] ci: force ubuntu version (24.04) Signed-off-by: Francis Bouvier --- .github/workflows/build.yml | 2 +- .github/workflows/wpt.yml | 4 ++-- .github/workflows/zig-fmt.yml | 2 +- .github/workflows/zig-test.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 757d1a1c..b4e8d3d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: ARCH: x86_64 OS: linux - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 10fdfeaf..67f1bc5d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -44,7 +44,7 @@ jobs: # Don't run the CI with draft PR. if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: # Don't execute on PR if: github.event_name != 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 container: image: ghcr.io/lightpanda-io/perf-fmt:latest credentials: diff --git a/.github/workflows/zig-fmt.yml b/.github/workflows/zig-fmt.yml index a425f988..60b90e04 100644 --- a/.github/workflows/zig-fmt.yml +++ b/.github/workflows/zig-fmt.yml @@ -28,7 +28,7 @@ jobs: # Don't run the CI with draft PR. if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: mlugg/setup-zig@v1 diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index a341c9c0..ee6c3d1a 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -42,7 +42,7 @@ jobs: # Don't run the CI with draft PR. if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -63,7 +63,7 @@ jobs: # Don't run the CI on PR if: github.event_name != 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -84,7 +84,7 @@ jobs: # Don't run the CI with draft PR. if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -119,7 +119,7 @@ jobs: # Don't execute on PR if: github.event_name != 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 container: image: ghcr.io/lightpanda-io/perf-fmt:latest credentials: