Skip to content

Commit

Permalink
Use an Ubuntu environment that works for us
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 6, 2023
1 parent e5bc3be commit fadff42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
LCG: ["LCG_104/x86_64-el9-gcc13-opt",
"LCG_104/x86_64-ubuntu2004-gcc9-opt",
"dev4/x86_64-ubuntu2004-gcc9-opt",
"LCG_104/x86_64-el9-clang16-opt"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -67,7 +67,6 @@ jobs:
cmake -DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror " \
-DUSE_EXTERNAL_CATCH2=ON \
-DSKIP_CATCH_DISCOVERY=ON \
-G Ninja ..
ninja -k0
ctest --output-on-failure
Expand Down

0 comments on commit fadff42

Please sign in to comment.