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 9
9
jobs :
10
10
run :
11
11
name : Install from PyPI and run unit tests
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
unlimited :
10
10
name : Run build and unit tests. (unlimited API)
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
25
PYTHONPATH=./build-lib python3 -m unittest --verbose
26
26
limited :
27
27
name : Run build and unit tests. (limited API)
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-22 .04
29
29
steps :
30
30
- name : Checkout
31
31
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
You can’t perform that action at this time.
0 commit comments