From 48ba9eabb90607db7bbe61a3f8fde9f28e29ecad Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 5 Dec 2024 07:27:20 +0100 Subject: [PATCH] Update macOS_on_demand.yml --- .github/workflows/macOS_on_demand.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macOS_on_demand.yml b/.github/workflows/macOS_on_demand.yml index 7109d28..e69a995 100644 --- a/.github/workflows/macOS_on_demand.yml +++ b/.github/workflows/macOS_on_demand.yml @@ -8,7 +8,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-15, macos-14, macos-13, macos-latest] + os: [macos-15, macos-14, macos-13, macos-15-large, macos-14-large, macos-13-large, macos-latest] + # arch: [arm64, x64] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4