mirror of
https://github.com/nlohmann/json.git
synced 2026-03-27 03:12:48 +00:00
Update CI image (#3420)
* ⬆️ use new CI image * ⬆️ use new CI image * 🚨 suppress Clang-Tidy warnings * 💚 use proper scan-build version * 🚨 suppress Clang-Tidy warnings * ⬆️ use more recent GitHub actions * 💚 add missing compiler * 📝 update used compilers * 🚨 fix duplicate inclusion
This commit is contained in:
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: cmake
|
||||
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_FastTests=ON
|
||||
- name: build
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: cmake
|
||||
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_TestStandards=${{ matrix.standard }}
|
||||
- name: build
|
||||
|
||||
Reference in New Issue
Block a user