Merge pull request #2817 from nlohmann/fix_ci

Fix CI
This commit is contained in:
Niels Lohmann 2021-06-14 07:16:32 +02:00 committed by GitHub
commit 95ad4ae071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [10, 11]
version: [11, 12]
steps:
- uses: actions/checkout@v2