1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-10 16:23:04 +03:00

👷 add Clang 12

This commit is contained in:
Niels Lohmann
2021-06-13 14:04:20 +02:00
parent e10a3fac8a
commit 032f32ebe4

View File

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