From f0ff65342bced2b44bf3ee60a683889649ef392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Wed, 18 Oct 2023 14:31:30 +0200 Subject: [PATCH] Update the github workflow for macos-M1 --- .github/workflows/build-bin-macOS-M1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bin-macOS-M1.yaml b/.github/workflows/build-bin-macOS-M1.yaml index 85c12a1f..6c8ee738 100644 --- a/.github/workflows/build-bin-macOS-M1.yaml +++ b/.github/workflows/build-bin-macOS-M1.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: config: - - {os: macOS-13-xl, r: 'release'} + - {os: ARM64, r: 'release'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}