File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build-fibers :
18- name : Build node-fibers with custom Node
19- runs-on : ubuntu-latest
2018 strategy :
2119 matrix :
2220 include :
2321 - platform : linux
2422 arch : x64
23+ runs_on : ubuntu-latest
2524 - platform : linux
2625 arch : arm64
26+ runs_on : ubuntu-24.04-arm
27+ runs-on : ${{ matrix.runs_on }}
2728
2829 env :
2930 NODE_VERSION : v20.18.3
Original file line number Diff line number Diff line change 1111jobs :
1212 build-node :
1313 name : Build ${{ matrix.platform }}-${{ matrix.arch }}
14- runs-on : ${{ matrix.runner }}
1514 strategy :
1615 matrix :
1716 include :
1817 - platform : linux
1918 arch : x64
20- runner : ubuntu-latest
19+ runs_on : ubuntu-latest
2120 - platform : linux
2221 arch : arm64
23- runner : ubuntu-latest
22+ runs_on : ubuntu-24.04-arm
23+ runs-on : ${{ matrix.runs_on }}
2424
2525 env :
2626 S3_BUCKET : your-bucket-name
You can’t perform that action at this time.
0 commit comments