From 45a3aacd6630b9c82f24b6008063e2c6eabbecaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Mon, 23 Jan 2023 11:09:42 +0200 Subject: [PATCH] GHA: use Ubuntu 20.04 for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Ubuntu-20.04 runner does not yet work with the actions we are using. URL: https://github.com/voxpupuli/gha-puppet/issues/23 Signed-off-by: Samuli Seppänen --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49981e36..7d6a9975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,6 @@ concurrency: jobs: puppet: + runs-on: ubuntu-20.04 name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1