Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jun 5, 2024
1 parent 3b3e8d1 commit da16f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-22.04']
os: ['ubuntu-24.04']
build_type: ['Debug']

runs-on: ${{ matrix.os }}
Expand All @@ -473,7 +473,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt update;
sudo apt install clang swig python3-setuptools openmpi-bin libopenmpi-dev;
sudo apt install clang flang swig python3-setuptools openmpi-bin libopenmpi-dev;
else
echo "$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit da16f11

Please sign in to comment.