Skip to content

Commit f9a6a16

Browse files
Update build.yml
1 parent dec9fe6 commit f9a6a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
npm install ws
6161
node tests/smoke.js
6262
build-arm:
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464
name: Build on ${{ matrix.arch }}
6565
strategy:
6666
matrix:
6767
include:
6868
- arch: aarch64
69-
os: ubuntu22.04
69+
os: ubuntu24.04
7070
steps:
7171
- name: Clone
7272
run: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git

0 commit comments

Comments
 (0)