Skip to content

Commit

Permalink
M1 macOS larger runner for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrluanma committed Mar 10, 2024
1 parent c65f48c commit cc23a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest-xlarge]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit cc23a13

Please sign in to comment.