Skip to content

Commit e4b0c45

Browse files
authored
Update build-and-deploy.yml
1 parent 6acedc2 commit e4b0c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
determine-environment:
21-
runs-on: ubuntu-latest
21+
runs-on: gh-runner-large
2222
outputs:
2323
environment: ${{ steps.set-env.outputs.environment }}
2424
steps:
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
3636
build:
37-
runs-on: ubuntu-latest
37+
runs-on: gh-runner-large
3838
needs: determine-environment
3939
environment: ${{ needs.determine-environment.outputs.environment }}
4040
permissions:
@@ -105,7 +105,7 @@ jobs:
105105
path: build/
106106

107107
deploy:
108-
runs-on: ubuntu-latest
108+
runs-on: gh-runner-large
109109
needs: [build, determine-environment]
110110
environment: ${{ needs.determine-environment.outputs.environment }}
111111
steps:

0 commit comments

Comments
 (0)