SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 18 forks source link

Upgrade macOS version in GitHub actions #115

Closed menon-karthik closed 4 months ago

menon-karthik commented 4 months ago

Problem

The current Github Actions run macOS-11 and macOS-12. These are either not available anymore or will shortly be not available. See here.

Solution

I will update the macOS versions in our GitHub actions. We already included macos-latest and ubuntu-latest in #113. That required using conda-incubator to find conda and add it to the path.

Additional context

Just creating this issue to record the upcoming change and also the change already made in #113.

Code of Conduct