Skip to content

Commit

Permalink
chore: use regional runner
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jul 23, 2024
1 parent f8d787f commit 07addfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:
shell: bash
jobs:
run:
runs-on: ['hyperenv', 'medium']
runs-on: ['hyperenv', 'medium-us-east-1']
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
shell: bash
jobs:
latest:
runs-on: ['hyperenv', 'medium']
runs-on: ['hyperenv', 'medium-eu-west-1']
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
shell: bash
jobs:
lint:
runs-on: ['hyperenv', 'medium']
runs-on: ['hyperenv', 'medium-eu-west-1']
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-python@v5'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash
jobs:
release:
runs-on: ['hyperenv', 'medium']
runs-on: ['hyperenv', 'medium-eu-west-1']
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 07addfc

Please sign in to comment.