charmplusplus / charm

The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
Apache License 2.0
203 stars 49 forks source link

fix Mac CI #3808

Closed matthiasdiener closed 5 months ago

matthiasdiener commented 5 months ago

macos-latest is now referring to Mac M1, not x86_64, so we need to use an older version to build for x86_64.

ritvikrao commented 5 months ago

it says it's still waiting for the spack_macos-latest check. maybe that needs to be commented out?

matthiasdiener commented 5 months ago

it says it's still waiting for the spack_macos-latest check. maybe that needs to be commented out?

Should be fixed now (the test was renamed to spack_macos-12)

ritvikrao commented 5 months ago

looks like the parameter server test needs to be shortened

matthiasdiener commented 5 months ago

looks like the parameter server test needs to be shortened

Sure, can you do this in a separate PR?