Commit 85eadd49 authored by Benoit Marty's avatar Benoit Marty
Browse files

Try with legacy runner `macos-latest`

parent d2685526
......@@ -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) }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment