From 4c7bf0a65148c3274adf67e2d7b9ec0ddfc07f45 Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Sun, 7 Jul 2024 15:23:26 -0600 Subject: [PATCH] specify macos version macos-latest is on arm --- .github/workflows/python-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 0ce1782..0ab22a2 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -19,7 +19,7 @@ jobs: shell: bash -l {0} strategy: 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"] steps: