Skip to content

Commit 0ec539f

Browse files
committed
Switched browser tests back to standard CI machines
- these larger machines aren't giving us much benefit and cost more money, so we're better off with the standard machines right now
1 parent a5dff42 commit 0ec539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
test:
2828
timeout-minutes: 60
29-
runs-on: linux
29+
runs-on: ubuntu-latest
3030
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
3131
environment: ${{ github.event.inputs.environment || 'browser-tests-local' }}
3232
env:

0 commit comments

Comments
 (0)