From 63635ea958fc6d643c099a54ef84182d8a64de11 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 11 Nov 2023 20:17:53 +0100 Subject: [PATCH] Revert "Land #945" This reverts commit c1b61a769d1b28d9309e5463e7b5abb65d460cba, reversing changes made to 194a4a5fd45fab5967878296d575644789bcafb9. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f8636ff4d1..e813191d9e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-13", "macos-12", "macos-11"] + os: ["macos-13", "macos-12"] arch: ["arm64", "x86_64"] steps: - name: "Install required packages"