From de6f44de2a1050276c6b4d0ea6e3a3b3d8406aac Mon Sep 17 00:00:00 2001 From: Vito Botta Date: Fri, 12 Apr 2024 11:50:01 +0000 Subject: [PATCH] Update macOS runner configuration --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a77a21..f7586a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - runs_on_tag: macos-latest binary_os_suffix: macos binary_arch_suffix: amd64 - - runs_on_tag: macos-latest-xlarge + - runs_on_tag: macos-latest binary_os_suffix: macos binary_arch_suffix: arm64 - runs_on_tag: ubuntu-22.04