From 2fd572259d27c5593854bbd06b630d823cdd1908 Mon Sep 17 00:00:00 2001 From: cboylston <71150546+cboylston@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:27:11 -0400 Subject: [PATCH] Update conda-arm-build.yml --- .github/workflows/conda-arm-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-arm-build.yml b/.github/workflows/conda-arm-build.yml index 62b9a3d..7fc8ead 100644 --- a/.github/workflows/conda-arm-build.yml +++ b/.github/workflows/conda-arm-build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: ['macos-latest'] + os: ['macos-14'] #arm only python-version: ['3.11'] steps: