From b34bd935ec4336bd939b643b0777722071f5951f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 10 Nov 2023 18:06:42 -0600 Subject: [PATCH] remove arch, use macos-13-xlarge for Apple M1 tests --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f8636ff4d1..3a4a93b79d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,8 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-13", "macos-12", "macos-11"] - arch: ["arm64", "x86_64"] + os: ["macos-11", "macos-12", "macos-13", "macos-13-xlarge"] steps: - name: "Install required packages" run: brew install automake