Skip to content

Commit

Permalink
chore(ci): add macos arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Oct 5, 2023
1 parent 9e66d14 commit d4f26f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large]
jdk: [11]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4f26f4

Please sign in to comment.