ci: force ubuntu version (24.04)

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2024-10-17 10:24:00 +02:00
parent e450072f45
commit 8d83dfad45
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
ARCH: x86_64 ARCH: x86_64
OS: linux OS: linux
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -44,7 +44,7 @@ jobs:
# Don't run the CI with draft PR. # Don't run the CI with draft PR.
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
# Don't execute on PR # Don't execute on PR
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-24.04
container: container:
image: ghcr.io/lightpanda-io/perf-fmt:latest image: ghcr.io/lightpanda-io/perf-fmt:latest
credentials: credentials:

View File

@@ -28,7 +28,7 @@ jobs:
# Don't run the CI with draft PR. # Don't run the CI with draft PR.
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: mlugg/setup-zig@v1 - uses: mlugg/setup-zig@v1

View File

@@ -42,7 +42,7 @@ jobs:
# Don't run the CI with draft PR. # Don't run the CI with draft PR.
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
# Don't run the CI on PR # Don't run the CI on PR
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -84,7 +84,7 @@ jobs:
# Don't run the CI with draft PR. # Don't run the CI with draft PR.
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
# Don't execute on PR # Don't execute on PR
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-24.04
container: container:
image: ghcr.io/lightpanda-io/perf-fmt:latest image: ghcr.io/lightpanda-io/perf-fmt:latest
credentials: credentials: