From 9ef071756e6b757390b120274c4284ded6450dc7 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 23 Feb 2024 14:49:48 +1100 Subject: [PATCH] Attempt M1 runners. --- .github/workflows/create_toolchains.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_toolchains.yaml b/.github/workflows/create_toolchains.yaml index 499215f..a87e052 100644 --- a/.github/workflows/create_toolchains.yaml +++ b/.github/workflows/create_toolchains.yaml @@ -20,7 +20,7 @@ jobs: - runner: macosX64 host_labels: '["macos-12"]' - runner: macosARM64 - host_labels: '["self-hosted", "macOS", "ARM64"]' + host_labels: '["macos-13-xlarge"]' #'["self-hosted", "macOS", "ARM64"]' steps: - name: "Clone crosstool-ng repo"