diff --git a/.github/workflows/main_ci_xmake.yml b/.github/workflows/main_ci_xmake.yml index c7095ae7..bb1e294b 100644 --- a/.github/workflows/main_ci_xmake.yml +++ b/.github/workflows/main_ci_xmake.yml @@ -32,7 +32,7 @@ jobs: xmake-version: "latest" - name: Configure - run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.41 + run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14 - name: Build run: xmake build -y -vD