diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ee002528056b2dafc7d4ae90bd7b7bb3b90c4e0..e50167de1efb7a7f5a544d8708fa7af7cb082564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch JUGGLER_VERSION: "v9.4.0" - EICRECON_VERSION: "v1.2.1" + EICRECON_VERSION: "v1.3.1" ## Local registry CI_PUSH: 1 diff --git a/detectors.yaml b/detectors.yaml index c9082d961469d350ddb4a957b76593f9cee980dc..b3379ec4ab5b295faa4408276032a5c49e331b6c 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -7,11 +7,6 @@ detectors: main: version: main cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type - 22.12.0: - version: 22.12.0 - patches: - - https://github.com/eic/epic/pull/449.patch - cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.01.0: version: 23.01.0 patches: @@ -47,3 +42,6 @@ detectors: patches: - https://github.com/eic/epic/pull/449.patch cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type + 23.07.0: + version: 23.07.0 + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type