fix(ci): use x64 runner for macos x64 (#2645)

This commit is contained in:
Baptiste Augrain
2025-12-25 12:37:36 +01:00
committed by GitHub
parent fe63a5a5d9
commit bfaa0ebd4e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-14
- runner: macos-15-intel
vscode_arch: x64
- runner: [self-hosted, macOS, ARM64]
vscode_arch: arm64

View File

@@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-14
- runner: macos-15-intel
vscode_arch: x64
- runner: [self-hosted, macOS, ARM64]
vscode_arch: arm64