Skip to content

Commit 10994b2

Browse files
committed
ci: use ubuntu latest for all expect nightly build
1 parent 2aeac1b commit 10994b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/wpt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Don't run the CI with draft PR.
4545
if: github.event.pull_request.draft == false
4646

47-
runs-on: ubuntu-24.04
47+
runs-on: ubuntu-latest
4848

4949
steps:
5050
- uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
8686
# Don't execute on PR
8787
if: github.event_name != 'pull_request'
8888

89-
runs-on: ubuntu-24.04
89+
runs-on: ubuntu-latest
9090
container:
9191
image: ghcr.io/lightpanda-io/perf-fmt:latest
9292
credentials:

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Don't run the CI with draft PR.
2929
if: github.event.pull_request.draft == false
3030

31-
runs-on: ubuntu-24.04
31+
runs-on: ubuntu-latest
3232

3333
steps:
3434
- uses: mlugg/setup-zig@v1

.github/workflows/zig-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Don't run the CI with draft PR.
4343
if: github.event.pull_request.draft == false
4444

45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-latest
4646

4747
steps:
4848
- uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363
# Don't run the CI on PR
6464
if: github.event_name != 'pull_request'
6565

66-
runs-on: ubuntu-24.04
66+
runs-on: ubuntu-latest
6767

6868
steps:
6969
- uses: actions/checkout@v4
@@ -84,7 +84,7 @@ jobs:
8484
# Don't run the CI with draft PR.
8585
if: github.event.pull_request.draft == false
8686

87-
runs-on: ubuntu-24.04
87+
runs-on: ubuntu-latest
8888

8989
steps:
9090
- uses: actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
119119
# Don't execute on PR
120120
if: github.event_name != 'pull_request'
121121

122-
runs-on: ubuntu-24.04
122+
runs-on: ubuntu-latest
123123
container:
124124
image: ghcr.io/lightpanda-io/perf-fmt:latest
125125
credentials:

0 commit comments

Comments
 (0)