From 11ba2575dfca1576305d5c2fb5313e58db4e823a Mon Sep 17 00:00:00 2001 From: offa Date: Fri, 13 Sep 2024 17:37:30 +0200 Subject: [PATCH] Update coverage image on GH Actions (#295) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c63ee9f..c0f5549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: name: "coverage" runs-on: ubuntu-latest container: - image: "registry.gitlab.com/offa/docker-images/gcc:12" + image: "registry.gitlab.com/offa/docker-images/gcc:14" steps: - uses: actions/checkout@main - name: Setup