Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #642: change debian11 to debian12 #643

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 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-13:
strategy:
matrix:
shared: ["shared", "static"]
Expand All @@ -181,7 +181,7 @@ jobs:
# "mpi",
"serial"
]
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -199,7 +199,7 @@ jobs:
- name: Install and configure conan
run: |
python -m pip install --upgrade pip
pip install --upgrade conan==2.0.2
pip install --upgrade conan
# 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 +259,7 @@ jobs:
run: |
cd build
ctest --extra-verbose --no-tests=error
debian-11:
debian-12:
strategy:
matrix:
shared: [shared, static]
Expand All @@ -270,7 +270,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
Loading