Skip to content

Commit c27e214

Browse files
committed
Update Python version for CI
1 parent b81ff86 commit c27e214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

99
jobs:
1010
ci-tests:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Install poetry
1515
run: pipx install poetry
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.x"
19+
python-version: "3.11"
2020
cache: "poetry"
2121
- name: Install dependencies
2222
run: poetry install

0 commit comments

Comments
 (0)