From 473b2c271ff30f9662cd4dc132cd1d9c1bd593e3 Mon Sep 17 00:00:00 2001 From: muzuke <92723634+muzuke@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:06:41 +0200 Subject: [PATCH] ci: switch runners to ubuntu-latest (#1020) --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/sandbox-ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 702de3640..2b883be1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: echo "Github action is ${{ github.event.action }}." >> $GITHUB_STEP_SUMMARY build: - runs-on: selfhosted-ubuntu-22.04 + runs-on: ubuntu-22.04 needs: - trigger steps: @@ -558,7 +558,7 @@ jobs: secrets_account_id: ${{ secrets.SECRETS_ACCOUNT_ID }} # storybook-tests: - # runs-on: selfhosted-ubuntu-22.04 + # runs-on: ubuntu-22.04 # permissions: # id-token: write # pull-requests: read diff --git a/.github/workflows/sandbox-ci.yaml b/.github/workflows/sandbox-ci.yaml index d4d9472da..02e00e5ea 100644 --- a/.github/workflows/sandbox-ci.yaml +++ b/.github/workflows/sandbox-ci.yaml @@ -257,7 +257,7 @@ jobs: IS_PUBLIC=${{needs.setup-build-args.outputs.is_public}} snyk-monitor: - runs-on: selfhosted-ubuntu-22.04 + runs-on: ubuntu-22.04 if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') needs: - push-sandbox @@ -283,7 +283,7 @@ jobs: command: monitor snyk-container-monitor: - runs-on: selfhosted-ubuntu-22.04 + runs-on: ubuntu-22.04 if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') needs: - build