C++latest not supported in /CLR mode.

This commit is contained in:
jzmaddock
2021-03-07 20:13:26 +00:00
committed by GitHub
parent 64eb4e2f40
commit 61c9e7699c

View File

@ -387,7 +387,7 @@ jobs:
strategy:
fail-fast: false
matrix:
standard: [ 14, 17, latest ]
standard: [ 14, 17 ]
steps:
- uses: actions/checkout@v2
with: