Skip to content

Commit

Permalink
Update macOS_on_demand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 5, 2024
1 parent 79db000 commit 48ba9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macOS_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48ba9ea

Please sign in to comment.