From 61c9e7699c1cef997fe396a06e43e6b468ddd49d Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 7 Mar 2021 20:13:26 +0000 Subject: [PATCH] C++latest not supported in /CLR mode. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcb562d..37dadbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -387,7 +387,7 @@ jobs: strategy: fail-fast: false matrix: - standard: [ 14, 17, latest ] + standard: [ 14, 17 ] steps: - uses: actions/checkout@v2 with: