Skip to content

Commit 3393a1d

Browse files
committed
ci: use ubuntu 24.04
1 parent ab37981 commit 3393a1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
OS: linux
2020
ARCH: x86_64
2121

22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: mlugg/setup-zig@v1
2525
with:
@@ -35,7 +35,9 @@ jobs:
3535
run: |
3636
echo "version=`cat V8_REVISION`" >> "$GITHUB_OUTPUT"
3737
38-
- run: sudo apt-get install -yq libglib2.0-dev
38+
- run: |
39+
sudo apt-get update
40+
sudo apt-get install -yq libglib2.0-dev
3941
4042
- run: zig build get-tools
4143
- run: zig build get-v8
@@ -119,4 +121,3 @@ jobs:
119121
with:
120122
allowUpdates: true
121123
artifacts: libc_v8_${{steps.read-version.outputs.version}}_${{ env.OS }}_${{ env.ARCH }}.a
122-

0 commit comments

Comments
 (0)