diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 67f1bc5d..10fdfeaf 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-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: # Don't execute on PR if: github.event_name != 'pull_request' - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest 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 60b90e04..a425f988 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-24.04 + runs-on: ubuntu-latest steps: - uses: mlugg/setup-zig@v1 diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index ee6c3d1a..a341c9c0 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-24.04 + runs-on: ubuntu-latest 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-24.04 + runs-on: ubuntu-latest 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-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -119,7 +119,7 @@ jobs: # Don't execute on PR if: github.event_name != 'pull_request' - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest container: image: ghcr.io/lightpanda-io/perf-fmt:latest credentials: