Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Github moved the macos-latest runner to ARM M1. There are no precompiled
rakudo binaries available for that release though. Bump to 2021.07.
That's the first release with MacOS ARM binaries on offer.
  • Loading branch information
patrickbkr committed Jul 19, 2024
1 parent c70029f commit 0fab79f
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 @@ -17,7 +17,7 @@ jobs:
- macOS-latest
- windows-latest
raku-version:
- "2021.03"
- "2021.07"
- "latest"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0fab79f

Please sign in to comment.