mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +00:00
Switch to a larger Linux ARM runner for faster builds (#132)
This commit is contained in:
parent
0fbb42863c
commit
1c99e1ed4c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
runner: "ubuntu-latest"
|
||||
- platform: "linux"
|
||||
arch: "arm64"
|
||||
runner: ubuntu-22.04-arm64-4core
|
||||
runner: ubuntu-24.04-arm64-16core
|
||||
# - platform: "windows"
|
||||
# arch: "amd64"
|
||||
# runner: "windows-latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue