Free ubuntu-latest machines now also have 4 cores
refs: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ This should still allow us to run tests in 8~ minutes without paying for the VM time
This commit is contained in:
parent
8f4f013ed2
commit
167a442ffe
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -289,7 +289,7 @@ jobs:
|
||||
name: Browser tests
|
||||
timeout-minutes: 60
|
||||
runs-on:
|
||||
labels: ubuntu-latest-4-cores
|
||||
labels: ubuntu-latest
|
||||
needs: [job_get_metadata, job_install_deps]
|
||||
if: needs.job_get_metadata.outputs.changed_any_code == 'true' && (needs.job_get_metadata.outputs.is_main == 'true' || needs.job_get_metadata.outputs.has_browser_tests_label == 'true')
|
||||
concurrency:
|
||||
|
Loading…
Reference in New Issue
Block a user