From 43d6f2c3df347110344289adf6f2618d758fb165 Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Wed, 17 Apr 2024 09:26:29 -0400 Subject: [PATCH] Move back to GH runners --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47b5219..4b39e5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: test-success: - runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }} + runs-on: ubuntu-latest name: Test the action on success steps: - name: Checkout @@ -25,7 +25,7 @@ jobs: slack-channel: ${{ secrets.SLACK_CHANNEL }} test-failure: - runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }} + runs-on: ubuntu-latest name: Test the action on failure steps: - name: Checkout