From 6c180b29037bca13b7dfc04dbbf509f11e8d1946 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 13 Apr 2024 02:39:23 +0200 Subject: [PATCH] ci: re-using self-hosted runner [skip ci] --- .github/workflows/stable-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index 76036fb..b339f3b 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -41,7 +41,8 @@ jobs: include: - runner: macos-12 vscode_arch: x64 - - runner: macos-14 + # - runner: macos-14 + - runner: [self-hosted, macOS, ARM64] vscode_arch: arm64 steps: