mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-18 21:02:00 +01:00
Switch to the free Ubuntu ARM runners (#1767)
GitHub has made Ubuntu ARM runners free for OSS repos so we can retire our hosted runner.
This commit is contained in:
parent
c089fe0cdd
commit
34bdd182e5
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- platform: "linux"
|
||||
runner: "ubuntu-latest"
|
||||
- platform: "linux"
|
||||
runner: ubuntu-24.04-arm64-16core
|
||||
runner: ubuntu-24.04-arm
|
||||
- platform: "windows"
|
||||
runner: "windows-latest"
|
||||
# - platform: "windows"
|
||||
|
Loading…
Reference in New Issue
Block a user