From 0fab79feabd8833e2ad44fcf0e97a5b211b70c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Fri, 19 Jul 2024 15:32:19 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86cc1a..0ac248d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - macOS-latest - windows-latest raku-version: - - "2021.03" + - "2021.07" - "latest" runs-on: ${{ matrix.os }} steps: