Skip to content

Commit 269be6c

Browse files
committed
#134: use ubuntu 22.04 for supporting python 3.6 and 3.7
1 parent 2207224 commit 269be6c

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
@@ -27,7 +27,7 @@ jobs:
2727
run: ruff format --check webdav3/ tests/
2828

2929
test:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
strategy:
3232
fail-fast: false
3333
matrix:

0 commit comments

Comments
 (0)