From ddaa72fad245c2d5b065df71ad1a18f17d518c8c Mon Sep 17 00:00:00 2001 From: Marcin Szczepanski Date: Wed, 1 May 2024 08:13:12 +1000 Subject: [PATCH] Rename macos-latest -> x64 --- .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 70b49f5e0d6..1c0f72c2720 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: os: macos-latest target: aarch64-apple-darwin - - name: macos-latest + - name: x86_64-apple-darwin os: macos-latest target: x86_64-apple-darwin