From 916286128bea57e7169ae5d502de675eaa53203f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 20 Sep 2024 08:53:06 +0200 Subject: [PATCH] OracleLinux 7: Test ubuntu-22.04 runners --- .github/workflows/ci.yml | 2 ++ metadata.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c32acf9..96a8c54c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,3 +20,5 @@ jobs: puppet: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 + with: + acceptance_runs_on: ubuntu-22.04 diff --git a/metadata.json b/metadata.json index 267d3a41..90875de9 100644 --- a/metadata.json +++ b/metadata.json @@ -28,6 +28,7 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ + "7", "8", "9" ]