Skip to content

Commit d0df9fc

Browse files
authored
Go back to ubuntu-24.04 for python-checks job in CI (#986)
Even though this project does not have many Python files, running `pytest` is still slow, and it looks like using a single-core GitHub `ubuntu-slim` runner for that job was a mistake. Let's go back to using the 4-core default so that `pytest` can use parallelism.
1 parent d913ad7 commit d0df9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ permissions: read-all
5858
jobs:
5959
python-checks:
6060
name: 'Python format & lint checks'
61-
runs-on: ubuntu-slim
61+
runs-on: ubuntu-24.04
6262
timeout-minutes: 20
6363
steps:
6464
- name: Check out a copy of the git repository

0 commit comments

Comments
 (0)