diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed4b3fb7..642a6992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,13 +69,6 @@ jobs: toolset: [14.0, 14.1, 14.2] std: [98] config: [Debug, Release] - include: - - std: 11 - - toolset: 14.2 - include: - - std: 17 - - toolset: 14.2 - steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"