diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06ad4e3..5fd4b9ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,8 +71,10 @@ jobs: config: [Debug, Release] include: - std: 11 + arch: x64 toolset: 14.2 - std: 17 + arch: x64 toolset: 14.2 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."