Skip to content

Commit b45d2d5

Browse files
committed
fix: typo
1 parent 3466cd6 commit b45d2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
# TODO: Use `latest` once we drop support for Python 3.7
12-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v4
1514
- uses: actions/setup-python@v5
@@ -20,7 +19,8 @@ jobs:
2019
- name: Lint
2120
run: make lint
2221
run-tests:
23-
runs-on: ubuntu-latest
22+
# TODO: Use `latest` once we drop support for Python 3.7
23+
runs-on: ubuntu-22.04
2424
strategy:
2525
matrix:
2626
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

0 commit comments

Comments
 (0)