🔧 less use of ghcr.io/nlohmann/json-ci

This commit is contained in:
Niels Lohmann 2022-08-21 13:59:38 +02:00
parent 58e770dfc6
commit 416ef6bc44
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -16,7 +16,7 @@ concurrency:
jobs:
ci_test_clang:
runs-on: ubuntu-latest
container: silkeh/clang:latest
container: silkeh/clang:dev
steps:
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
@ -67,7 +67,7 @@ jobs:
ci_static_analysis_clang:
runs-on: ubuntu-latest
container: silkeh/clang:latest
container: silkeh/clang:dev
strategy:
matrix:
target: [ci_clang_tidy, ci_test_clang_sanitizer, ci_clang_analyze]