Skip to content

Commit

Permalink
ci: switch runners to ubuntu-latest (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke authored Feb 27, 2025
1 parent f2f1ff5 commit 473b2c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sandbox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 473b2c2

Please sign in to comment.