Skip to content

Commit

Permalink
change tests to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Mar 20, 2024
1 parent 167b191 commit 7fd0879
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
.\conanrunenv-release-x86_64.ps1
ctest --extra-verbose --no-tests=error --output-on-failure
shell: pwsh
macos-12:
macos-13:
strategy:
matrix:
shared: ["shared", "static"]
Expand All @@ -181,7 +181,7 @@ jobs:
# "mpi",
"serial"
]
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -200,7 +200,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade conan
# pip install --upgrade conan==2.0.2
# there's currently an issue running the MPI tests on OSX with HDF5 compiled
# as a dynamic library. Use static HDF5 for now
HDF5_SHARED=${H5CPP_SHARED}
Expand Down

0 comments on commit 7fd0879

Please sign in to comment.