Skip to content

Commit

Permalink
fixy fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Feb 5, 2025
1 parent 98bea05 commit 61d7547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
compiler_cc: gcc-10
compiler_cxx: g++-10
compiler_fc: gfortran-10
ctest_options: -V -E memory
ctest_options: -E memory
python-version: '3.8'
caching: true

Expand All @@ -57,7 +57,7 @@ jobs:
compiler_cc: gcc-12
compiler_cxx: g++-12
compiler_fc: gfortran-12
ctest_options: -V -E memory
ctest_options: -E memory
python-version: '3.10'
caching: true

Expand Down

0 comments on commit 61d7547

Please sign in to comment.