mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-30 03:02:09 -05:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -60,13 +60,13 @@ jobs:
|
||||
npm install ws
|
||||
node tests/smoke.js
|
||||
build-arm:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
name: Build on ${{ matrix.arch }}
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- arch: aarch64
|
||||
os: ubuntu22.04
|
||||
os: ubuntu24.04
|
||||
steps:
|
||||
- name: Clone
|
||||
run: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||
|
||||
Reference in New Issue
Block a user