feat: use new macos-14 runner
This commit is contained in:
parent
a1cae6f671
commit
799b71046d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/insider-macos.yml
vendored
2
.github/workflows/insider-macos.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
include:
|
||||
- runner: macos-12
|
||||
vscode_arch: x64
|
||||
- runner: [self-hosted, macOS, ARM64]
|
||||
- runner: macos-14
|
||||
vscode_arch: arm64
|
||||
|
||||
steps:
|
||||
|
|
2
.github/workflows/stable-macos.yml
vendored
2
.github/workflows/stable-macos.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
include:
|
||||
- runner: macos-12
|
||||
vscode_arch: x64
|
||||
- runner: [self-hosted, macOS, ARM64]
|
||||
- runner: macos-14
|
||||
vscode_arch: arm64
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue