From 831c50e4f011ddaf9b98e7467228ea6ae5302788 Mon Sep 17 00:00:00 2001 From: Jonathan Peirce Date: Thu, 4 Jul 2024 15:02:24 +0100 Subject: [PATCH] TESTS: to run on macos-13 macos-latest and macos-14 are both M1 only but macos-13 is still intel --- .github/workflows/pytests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytests.yaml b/.github/workflows/pytests.yaml index 35316afb94..4fa9f5bc64 100644 --- a/.github/workflows/pytests.yaml +++ b/.github/workflows/pytests.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, ubuntu-latest] + os: [macos-13, ubuntu-latest] python-version: ['3.8', '3.10'] steps: