diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 532596eb..02175d5c 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -214,6 +214,7 @@ jobs: if: matrix.config.compiler.type == 'CLANG' shell: bash run: | + conan profile show sed -i -e 's/"8", "9", "10", "11", "12", "13", "14", "15", "16"]/"8", "9", "10", "11", "12", "13", "14", "15", "16", "17"]/' ~/.conan2/settings.yml - name: Configure Conan shell: bash diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 85390790..c17c0a81 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -191,6 +191,7 @@ jobs: if: matrix.config.compiler.type == 'CLANG' shell: bash run: | + conan profile show sed -i -e 's/"8", "9", "10", "11", "12", "13", "14", "15", "16"]/"8", "9", "10", "11", "12", "13", "14", "15", "16", "17"]/' ~/.conan2/settings.yml - name: Configure Conan shell: bash