Skip to content

Commit b3ac313

Browse files
Merge pull request #279 from lightpanda-io/ci-ubuntu
ci: use ubuntu 22.04 for nightly build
2 parents f30501c + b281ba7 commit b3ac313

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
zig-v8:
1818
description: 'zig v8 version to install'
1919
required: false
20-
default: 'v0.1.8'
20+
default: 'v0.1.9'
2121
v8:
2222
description: 'v8 version to install'
2323
required: false

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ARCH: x86_64
1717
OS: linux
1818

19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-22.04
2020

2121
steps:
2222
- uses: actions/checkout@v4

.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)