Skip to content

Commit

Permalink
Using macos-latest-large on the CI workflow
Browse files Browse the repository at this point in the history
This version currently supports gradle 8.12.1 which solves the relative paths issue.
  • Loading branch information
DariusIMP committed Jan 30, 2025
1 parent d36f79a commit 331ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-latest-large]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 331ed9f

Please sign in to comment.