From 28670d6edeb71267779d7717b45162f6caef407d Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Sun, 3 Dec 2023 15:23:15 +0100 Subject: [PATCH] Remove macos-13-arm that is not yet available --- .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 2daa7e7e71..9d68fb2df1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-13-arm64] + os: [macos-12, macos-13] steps: # https://github.com/marketplace/actions/cancel-workflow-action