1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Try with legacy runner macos-latest

This commit is contained in:
Benoit Marty
2022-10-17 14:31:09 +02:00
parent d2685526ea
commit 85eadd49de

View File

@@ -13,7 +13,8 @@ env:
jobs:
tests:
name: Runs all tests
runs-on: buildjet-4vcpu-ubuntu-2204
## TMP runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: macos-latest
# 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) }}