diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa29879499..820962c8e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: ./b2 headers working-directory: ../boost-root - name: Generate user config - run: 'echo "using intel : : ${{ matrix.compiler }} : -std=${{ matrix.standard }} ;" > ~/user-config.jam' + run: 'echo "using intel : : icpx : -std=${{ matrix.standard }} ;" > ~/user-config.jam' working-directory: ../boost-root - name: Config info install run: ../../../b2 config_info_travis_install toolset=$TOOLSET