We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec9fe6 commit f9a6a16Copy full SHA for f9a6a16
1 file changed
.github/workflows/build.yml
@@ -60,13 +60,13 @@ jobs:
60
npm install ws
61
node tests/smoke.js
62
build-arm:
63
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
64
name: Build on ${{ matrix.arch }}
65
strategy:
66
matrix:
67
include:
68
- arch: aarch64
69
- os: ubuntu22.04
+ os: ubuntu24.04
70
steps:
71
- name: Clone
72
run: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
0 commit comments