Commit a1ee5a3a authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Update CI to LCG_100 with Geant4 10.7.1

parent 102cdf4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ fi


# Determine which LCG version to use
DEFAULT_LCG="LCG_99"
DEFAULT_LCG="LCG_100"

if [ -z ${ALLPIX_LCG_VERSION} ]; then
    echo "No explicit LCG version set, using ${DEFAULT_LCG}."
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ on:
  pull_request:
    types: [opened, reopened, edited, ready_for_review, synchronize]
env:
  LCG_VERSION: LCG_99
  LCG_VERSION: LCG_100
jobs:
  compile-centos7:
    strategy: