File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - os : macos-latest
2323 python-version : pypy-3.7
2424 include :
25- - os : ubuntu-20 .04
25+ - os : ubuntu-22 .04
2626 python-version : 3.7
2727 - os : ubuntu-latest
2828 python-version : 3.9
29- - os : ubuntu-20 .04
29+ - os : ubuntu-22 .04
3030 python-version : 2.7
3131 steps :
3232 - uses : actions/checkout@v2
5555 run : |
5656 pytest -v test/unit/test_dropbox_unit.py
5757 Docs :
58- runs-on : ubuntu-20 .04
58+ runs-on : ubuntu-22 .04
5959 steps :
6060 - uses : actions/checkout@v2
6161 - name : Setup Python environment
@@ -93,11 +93,11 @@ jobs:
9393 - os : macos-latest
9494 python-version : pypy-3.7
9595 include :
96- - os : ubuntu-20 .04
96+ - os : ubuntu-22 .04
9797 python-version : 3.7
9898 - os : ubuntu-latest
9999 python-version : 3.9
100- - os : ubuntu-20 .04
100+ - os : ubuntu-22 .04
101101 python-version : 2.7
102102 steps :
103103
You can’t perform that action at this time.
0 commit comments