Skip to content

Commit

Permalink
Update CI configuration to use ubuntu-20.04-16-cores for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Nov 14, 2024
1 parent fb334d1 commit 39d7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Code quality checks
run: tox -vv -e pre-commit
Unit-Test:
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04-16-cores
needs: Code-Quality-Checks
timeout-minutes: 120
strategy:
Expand Down

0 comments on commit 39d7157

Please sign in to comment.