File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 run :
1111 name : Install from PyPI and run unit tests
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Original file line number Diff line number Diff line change 88jobs :
99 unlimited :
1010 name : Run build and unit tests. (unlimited API)
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525 PYTHONPATH=./build-lib python3 -m unittest --verbose
2626 limited :
2727 name : Run build and unit tests. (limited API)
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 steps :
3030 - name : Checkout
3131 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
You can’t perform that action at this time.
0 commit comments