mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-22 08:21:32 +03:00
ci(macos): use available runner (#2138)
This commit is contained in:
parent
96905a4dec
commit
453b07c8c6
3
.github/workflows/insider-macos.yml
vendored
3
.github/workflows/insider-macos.yml
vendored
@ -40,9 +40,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- runner: macos-12
|
||||
- runner: macos-13
|
||||
vscode_arch: x64
|
||||
# - runner: macos-14
|
||||
- runner: [self-hosted, macOS, ARM64]
|
||||
vscode_arch: arm64
|
||||
|
||||
|
3
.github/workflows/stable-macos.yml
vendored
3
.github/workflows/stable-macos.yml
vendored
@ -39,9 +39,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- runner: macos-12
|
||||
- runner: macos-13
|
||||
vscode_arch: x64
|
||||
# - runner: macos-14
|
||||
- runner: [self-hosted, macOS, ARM64]
|
||||
vscode_arch: arm64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user