Skip to content

Commit

Permalink
build(gha): use hosted runners again (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal authored Jul 15, 2024
1 parent 612b15f commit cc10297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-branch-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy-branch:
runs-on: [arc-runner-set]
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-pr-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
# This workflow contains a single job called "deploy-preview"
deploy-preview:
runs-on: [arc-runner-set]
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit cc10297

Please sign in to comment.