From e4a25fdac8c5cc155a3ffe3df75585c9deb70dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 28 May 2024 07:57:52 +0200 Subject: [PATCH] Pin macOs to version 14 for arm64 Using `macos-latest` has bitten us in the past, so pin the version of macOs used to build wheels. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14bc87525..b66ef500b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest + - os: macos-14 arch: arm64 - os: macos-13 arch: x86_64