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