Merge pull request #2817 from nlohmann/fix_ci

Fix CI
pull/2790/head^2
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
1 changed files with 1 additions and 1 deletions

View File

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