mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-17 21:24:40 +10:00
ci(macos): use available runner (#2138)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user