Skip to content

Commit f1c9f8a

Browse files
authored
Upgrade to ubuntu 22.04 (#366)
1 parent 2340f26 commit f1c9f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19-
os: [ubuntu-20.04]
19+
os: [ubuntu-22.04]
2020
runs-on: ${{ matrix.os }}
2121
name: "${{ matrix.os }} Python: ${{ matrix.python-version }}"
2222
services:

0 commit comments

Comments
 (0)