From 648d61c2680ee6c6eeb0d88b856973cf173ca4f4 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 12 Aug 2024 10:34:35 -0400 Subject: [PATCH] ci(macos): use macos-13 for pre-idm test (#51) For executables v14 we did not yet have an ARM distribution, use macos-13 to get an Intel runner. This is the first step towards fixing macOS CI. Several more to follow. --- .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 ea7e671..b8d6ea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-13, windows-latest ] python-version: [ 3.9, "3.10", "3.11", "3.12" ] defaults: run: