mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Revert to buildjet-4vcpu-ubuntu-2204
This commit is contained in:
parent
75236e9ed0
commit
bf493f27ae
2 changed files with 2 additions and 2 deletions
2
.github/workflows/post-pr.yml
vendored
2
.github/workflows/post-pr.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
ui-tests:
|
||||
name: UI Tests (Synapse)
|
||||
needs: should-i-run
|
||||
runs-on: buildjet-2vcpu-ubuntu-2204
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -13,7 +13,7 @@ env:
|
|||
jobs:
|
||||
tests:
|
||||
name: Runs all tests
|
||||
runs-on: buildjet-2vcpu-ubuntu-2204
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
# Allow all jobs on main and develop. Just one per PR.
|
||||
concurrency:
|
||||
group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-{0}', github.sha) || format('unit-tests-{0}', github.ref) }}
|
||||
|
|
Loading…
Reference in a new issue