CI: Add macOS.
This commit is contained in:
15
.github/workflows/CI_master.yml
vendored
15
.github/workflows/CI_master.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user