Use buildjet-4vcpu-ubuntu-2204 runner instead of macos-latest to build and run the integration tests.

This commit is contained in:
Benoit Marty 2022-09-13 13:18:18 +02:00
parent 2a59533818
commit 9a651b223b

View file

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