From 8ace9fd376dd597dc2deb0e22bd78b140df39e65 Mon Sep 17 00:00:00 2001 From: MasloMaslane Date: Sat, 6 Jan 2024 18:31:21 +0100 Subject: [PATCH] Change container image --- .github/workflows/tests-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-reusable.yml b/.github/workflows/tests-reusable.yml index 2caf008..6471fc9 100644 --- a/.github/workflows/tests-reusable.yml +++ b/.github/workflows/tests-reusable.yml @@ -12,7 +12,7 @@ jobs: name: Run tests runs-on: self-hosted container: - image: debian:latest + image: ubuntu:latest options: --privileged