Skip to content

Commit 0a63dba

Browse files
committed
swap to ubuntu latest
1 parent d2b4b43 commit 0a63dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pre-commit/[email protected]
1515
build:
1616

17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-20.04 # 3.6 is not supported by Ubuntu 22.04
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install .
3333
test:
3434

35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
strategy:
3737
fail-fast: false
3838
matrix:

0 commit comments

Comments
 (0)