Try tests on ubuntu again

This commit is contained in:
Michael Kaye 2022-05-25 13:28:56 +01:00
parent 02797a1305
commit 1e70e7ac6c
1 changed files with 1 additions and 1 deletions

View File

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