From 0e8df635e737056c0e83cabde365ec4c9b0e3885 Mon Sep 17 00:00:00 2001 From: jswhit Date: Tue, 2 Jul 2024 11:35:15 -0600 Subject: [PATCH] use macos-12 --- .github/workflows/build-conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-conda.yml b/.github/workflows/build-conda.yml index 1ed15a16..50a2455c 100644 --- a/.github/workflows/build-conda.yml +++ b/.github/workflows/build-conda.yml @@ -11,14 +11,14 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-12] platform: [x64, x32] # debug on a single os/platform/python version # python-version: [ "3.9"] # os: [ubuntu-latest] # platform: [x64] exclude: - - os: macos-latest + - os: macos-12 platform: x32 steps: - uses: actions/checkout@v4