separate osx-x86 and osx-arm64 for the conda daily builds (#6694)

* separate osx-x86 and osx-arm64 for the conda daily builds

* remove running this in PR. No need.
This commit is contained in:
Kristoffer Andersen
2025-05-11 18:59:52 +02:00
committed by GitHub
parent eaf67d83f9
commit 7b80803cbe
2 changed files with 14 additions and 12 deletions
@@ -54,7 +54,8 @@ jobs:
platform: [
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
{ name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' },
{ name: macOS, distver: macos-latest, pkg_dir: 'osx-64' }
{ name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' }
{ name: macOS-x86, distver: macos-13, pkg_dir: 'osx-64' }
]
steps:
- name: Set up swap space
@@ -68,7 +69,7 @@ jobs:
submodules: recursive
- name: Download and extract MacOSX SDK
if: ${{ runner.os == 'macOS' }}
if: ${{ matrix.platform.name == 'macOS-x86' }}
run: |
curl -L https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz | tar -xvJf - -C /Users/runner/work/