mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-22 16:31:41 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runner: macos-12
|
- runner: macos-13
|
||||||
vscode_arch: x64
|
vscode_arch: x64
|
||||||
# - runner: macos-14
|
|
||||||
- runner: [self-hosted, macOS, ARM64]
|
- runner: [self-hosted, macOS, ARM64]
|
||||||
vscode_arch: 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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runner: macos-12
|
- runner: macos-13
|
||||||
vscode_arch: x64
|
vscode_arch: x64
|
||||||
# - runner: macos-14
|
|
||||||
- runner: [self-hosted, macOS, ARM64]
|
- runner: [self-hosted, macOS, ARM64]
|
||||||
vscode_arch: arm64
|
vscode_arch: arm64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user