From 4c3f247afc0cc4c419d829c91930ef2360d9d373 Mon Sep 17 00:00:00 2001 From: niccolo Date: Thu, 9 Nov 2023 16:43:11 +0100 Subject: [PATCH] Change docker image --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27be8f6..74cf25c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest container: - # image: ghcr.io/nnpdf/lhapdf:v2.2.8 - image: ghcr.io/catthehacker/ubuntu:full-latest + image: ghcr.io/nnpdf/lhapdf:v2.2.8 + # image: ghcr.io/catthehacker/ubuntu:full-latest credentials: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }}