diff --git a/.circleci/config.yml b/.circleci/config.yml index df07747353..ed6497e852 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -447,9 +447,9 @@ workflows: - lint - linux-clang-tidy-diff - linux-release: - name: linux-gcc-12-release + name: linux-gcc-<>-release compiler_id: gcc - compiler_version: 12 + compiler_version: <> ethereum_tests: false requires: - lint @@ -468,9 +468,9 @@ workflows: - matches: { pattern: "^ci\\/.+$", value: <> } jobs: - linux-release: - name: linux-gcc-<>-release + name: linux-gcc-12-release compiler_id: gcc - compiler_version: <> + compiler_version: 12 - linux-gcc-thread-sanitizer - linux-clang-coverage - linux-clang-address-sanitizer