From f910564fa4fd950ec84cebc9420d72055471795f Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 15 Jul 2024 23:26:41 -0700 Subject: [PATCH] Update rocky.yml for Rocky 8 testing --- .github/workflows/rockyInstall.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rockyInstall.yml b/.github/workflows/rockyInstall.yml index cd4c324ee..cd35bd855 100644 --- a/.github/workflows/rockyInstall.yml +++ b/.github/workflows/rockyInstall.yml @@ -4,11 +4,11 @@ on: [workflow_dispatch] jobs: install: - name: Test installation on Rocky 9 + name: Test installation on Rocky 8 runs-on: ubuntu-latest container: image: rockylinux:8 - options: --privileged --mount type=bind, source=/, target=/ + options: --privileged --mount type=bind,source=/,target=/ steps: - name: check distro run: cat /etc/os-release