From 241b20d8e6c25c59c71cf9f57351d34eee621c93 Mon Sep 17 00:00:00 2001 From: Mike Lloyd Date: Thu, 20 Jun 2024 17:13:18 -0400 Subject: [PATCH] Switch off large runner for mac-x86-64 --- .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 855323a..eece34a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: path: rudric-linux.tar.gz build-mac-x86-64: - runs-on: macOS-14-large + runs-on: macOS-13 needs: validate-tag steps: - uses: actions/checkout@v4