Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit cc8a775

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent da8b132 commit cc8a775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
build-linux:
8282
name: Build Linux Native Image
8383
needs: build-compiler
84-
runs-on: ubuntu-20.04
84+
runs-on: 'ubuntu-24.04'
8585
env:
8686
NODE_VERSION: '18.x'
8787
FORCE_COLOR: '1'

0 commit comments

Comments
 (0)