From 0726c990e38fc89731f44e9841be06329de678b4 Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Thu, 25 Apr 2024 11:27:59 +0100 Subject: [PATCH] Don't publish macos-x86_64 Turns out the images changed again since the last piece of documentation I looked at, so both macOS matrix entries built as aarch64. This OS/arch pair is virtually deprecated at this point and presumably GitHub will only use aarch64 macOS runners going forwards, so let's drop the complexity. --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f584b98..afd6a94 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,8 +13,7 @@ jobs: os: [ { name: "linux-x86_64", runner: "ubuntu-latest" }, - { name: "macos-x86_64", runner: "macos-latest" }, - { name: "macos-aarch64", runner: "macos-latest-xlarge" }, + { name: "macos-aarch64", runner: "macos-latest" }, ] runs-on: ${{ matrix.os.runner }} permissions: