Skip to content

Commit

Permalink
change debian11 to debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Mar 20, 2024
1 parent 604aae3 commit 167b191
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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-11:
macos-12:
strategy:
matrix:
shared: ["shared", "static"]
Expand All @@ -181,7 +181,7 @@ jobs:
# "mpi",
"serial"
]
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -199,7 +199,8 @@ jobs:
- name: Install and configure conan
run: |
python -m pip install --upgrade pip
pip install --upgrade conan==2.0.2
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 Expand Up @@ -259,7 +260,7 @@ jobs:
run: |
cd build
ctest --extra-verbose --no-tests=error
debian-11:
debian-12:
strategy:
matrix:
shared: [shared, static]
Expand All @@ -270,7 +271,7 @@ jobs:
]
runs-on: ubuntu-20.04
container:
image: debian:bullseye
image: debian:bookworm
steps:
- uses: actions/checkout@v2
- name: Set environment variables
Expand Down

0 comments on commit 167b191

Please sign in to comment.