From e244da2ec49e04e1f684a7e27a07ca538e7bb2ff Mon Sep 17 00:00:00 2001 From: christophe Date: Tue, 26 Dec 2023 00:05:49 +0100 Subject: [PATCH] gna --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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."