Skip to content

Commit 2fb705f

Browse files
Merge pull request #253 from lightpanda-io/ci-ubuntu
Ci ubuntu
2 parents 46b8def + ac48937 commit 2fb705f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
benchmark:
3535
name: benchmark
3636

37-
runs-on: ubuntu-24.04
37+
runs-on: ubuntu-latest
3838

3939
# Don't run the CI with draft PR.
4040
if: github.event.pull_request.draft == false
@@ -79,7 +79,7 @@ jobs:
7979
# Don't execute on PR
8080
if: github.event_name != 'pull_request'
8181

82-
runs-on: ubuntu-24.04
82+
runs-on: ubuntu-latest
8383
container:
8484
image: ghcr.io/lightpanda-io/perf-fmt:latest
8585
credentials:

.github/workflows/zig-fmt.yml

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

32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-latest
3333

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

.github/workflows/zig-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Don't run the CI with draft PR.
3636
if: github.event.pull_request.draft == false
3737

38-
runs-on: ubuntu-24.04
38+
runs-on: ubuntu-latest
3939

4040
steps:
4141
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
# Don't run the CI with draft PR.
5555
if: github.event.pull_request.draft == false
5656

57-
runs-on: ubuntu-24.04
57+
runs-on: ubuntu-latest
5858

5959
steps:
6060
- uses: actions/checkout@v4
@@ -73,7 +73,7 @@ jobs:
7373
# Don't run the CI with draft PR.
7474
if: github.event.pull_request.draft == false
7575

76-
runs-on: ubuntu-24.04
76+
runs-on: ubuntu-latest
7777

7878
steps:
7979
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)