Skip to content

Commit b57c94e

Browse files
authored
update CI for ubuntu 20.04 deprecation
1 parent 275c9eb commit b57c94e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
mypy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -22,7 +22,7 @@ jobs:
2222
run: mypy --strict certifi
2323

2424
test:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
strategy:
2727
matrix:
2828
python-version:
@@ -34,6 +34,7 @@ jobs:
3434
- "3.11"
3535
- "3.12"
3636
- "3.13"
37+
- "3.14-dev"
3738
steps:
3839
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3940
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)