From c6ff878ebdff2f30ec22eb5c95b9a0156fac51c5 Mon Sep 17 00:00:00 2001 From: "jackBlankeT.MHE" <151718823+Jackblanket847@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:59:23 -0600 Subject: [PATCH] Update vib-action-test.yml Signed-off-by: jackBlankeT.MHE <151718823+Jackblanket847@users.noreply.github.com> --- .github/workflows/vib-action-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vib-action-test.yml b/.github/workflows/vib-action-test.yml index 9cab891074043..afeb4ef592d30 100644 --- a/.github/workflows/vib-action-test.yml +++ b/.github/workflows/vib-action-test.yml @@ -4,7 +4,8 @@ on: # rebuild any PRs and main branch changes permissions: {} jobs: vib-verify: - runs-on: ubuntu-latest + runs-on: -self hosted + -macos name: VIB Verify permissions: contents: read @@ -30,7 +31,7 @@ jobs: VIB_ENV_TAG: 4-rc.69158 check-artifacts: # Ensure all containers passed the verification - runs-on: ubuntu-latest + runs-on: macos-latest name: Check VIB report needs: - vib-verify