From 799b71046d113fe48cdee1fd5cf7f148c9babdb5 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 3 Feb 2024 19:30:27 +0100 Subject: [PATCH] feat: use new macos-14 runner --- .github/workflows/insider-macos.yml | 2 +- .github/workflows/stable-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-macos.yml b/.github/workflows/insider-macos.yml index a576bf1..fe9d25b 100644 --- a/.github/workflows/insider-macos.yml +++ b/.github/workflows/insider-macos.yml @@ -39,7 +39,7 @@ jobs: include: - runner: macos-12 vscode_arch: x64 - - runner: [self-hosted, macOS, ARM64] + - runner: macos-14 vscode_arch: arm64 steps: diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index e61e6ce..5583b53 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -38,7 +38,7 @@ jobs: include: - runner: macos-12 vscode_arch: x64 - - runner: [self-hosted, macOS, ARM64] + - runner: macos-14 vscode_arch: arm64 steps: