Skip to content

Commit 41b1ded

Browse files
committed
Use ubuntu-22.04 runner instead of buildjet for the UI tests
1 parent 135bd22 commit 41b1ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ui-tests:
3232
name: UI Tests (Synapse)
3333
needs: should-i-run
34-
runs-on: buildjet-4vcpu-ubuntu-2204
34+
runs-on: ubuntu-22.04
3535
timeout-minutes: 90 # We might need to increase it if the time for tests grows
3636
strategy:
3737
fail-fast: false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
tests:
1717
name: Runs all tests
18-
runs-on: buildjet-4vcpu-ubuntu-2204
18+
runs-on: ubuntu-22.04
1919
timeout-minutes: 90 # We might need to increase it if the time for tests grows
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)