Skip to content

Commit 0fab79f

Browse files
committed
Fix CI
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.
1 parent c70029f commit 0fab79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- macOS-latest
1818
- windows-latest
1919
raku-version:
20-
- "2021.03"
20+
- "2021.07"
2121
- "latest"
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)