Skip to content

Commit 29e1cb3

Browse files
point to latest ubuntu image
1 parent d70416a commit 29e1cb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests_full.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
1717
python-version: ["3.11", "3.12", "3.13", "3.14"]
@@ -31,10 +31,10 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
- name: Set up Python 3.9
34+
- name: Set up Python 3.11
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: 3.9
37+
python-version: 3.11
3838
- name: Install Nox
3939
run: pip install nox==2024.03.02
4040
- name: Lint

0 commit comments

Comments
 (0)