From 65930f9f777bed0cbde22424f79ecec096f6aabd Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 20 Aug 2022 19:56:05 +0200 Subject: [PATCH] :wrench: less use of ghcr.io/nlohmann/json-ci --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index fd7589e68..fb047661b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['4.8', '4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] + compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] container: gcc:${{ matrix.compiler }} steps: - uses: actions/checkout@v3