ci(macos): use available runner (#2138)

This commit is contained in:
Baptiste Augrain 2024-12-06 11:56:02 +01:00 committed by GitHub
parent 96905a4dec
commit 453b07c8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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