CI: Add macOS.

This commit is contained in:
Jacob Oursland
2023-11-30 18:38:15 -07:00
parent d48dec1c0a
commit 4c596a64ec
9 changed files with 617 additions and 2 deletions

View File

@@ -39,6 +39,19 @@ jobs:
with:
artifactBasename: Prepare-${{ github.run_id }}
# GA in Jan-Mar 2024 Timeframe: https://github.com/actions/runner-images/issues/8439#issuecomment-1755601587
# MacOS_13_Conda_Apple:
# needs: [Prepare]
# uses: ./.github/workflows/sub_buildMacOSCondaApple.yml
# with:
# artifactBasename: MacOS_13_Conda_Apple-${{ github.run_id }}
MacOS_13_Conda_Intel:
needs: [Prepare]
uses: ./.github/workflows/sub_buildMacOSCondaIntel.yml
with:
artifactBasename: MacOS_13_Conda_Intel-${{ github.run_id }}
Ubuntu_20-04:
needs: [Prepare]
uses: ./.github/workflows/sub_buildUbuntu2004.yml
@@ -75,6 +88,8 @@ jobs:
WrapUp:
needs: [
Prepare,
# MacOS_13_Conda_Apple,
MacOS_13_Conda_Intel,
Ubuntu_20-04,
Ubuntu_22-04_Conda,
Windows,