mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 16:58:30 +00:00
Switch to macos-latest runner now that it is ARM (#851)
This commit is contained in:
parent
ff1d631aa7
commit
411bb44e11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- platform: "darwin"
|
||||
runner: "macos-latest-xlarge"
|
||||
runner: "macos-latest"
|
||||
- platform: "linux"
|
||||
runner: "ubuntu-latest"
|
||||
- platform: "linux"
|
||||
|
|
|
|||
Loading…
Reference in a new issue