Skip to content

Commit

Permalink
chore: add macos-12 large action
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 4, 2024
1 parent 72c7f5c commit 4fbe386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
# Ref: https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-12-large]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
Expand Down

0 comments on commit 4fbe386

Please sign in to comment.