File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 test :
2020 name : Run Codemod on Pygoat
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 timeout-minutes : 10
2323 steps :
2424 - name : Check out codemodder
Original file line number Diff line number Diff line change 88jobs :
99 build-and-release :
1010 name : Build and Release
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 timeout-minutes : 5
1313 steps :
1414 - name : Set Up Python
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 test :
2020 name : Run pytest
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 timeout-minutes : 15
2323 strategy :
2424 matrix :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919jobs :
2020 complexity :
2121 name : Code Complexity
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 timeout-minutes : 3
2424 steps :
2525 - name : Check out code
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323jobs :
2424 build :
2525 name : Build Package
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-22 .04
2727 timeout-minutes : 5
2828 steps :
2929 - name : Check out code
4141 run : twine check dist/*
4242 test :
4343 name : Run pytest
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-22 .04
4545 timeout-minutes : 25
4646 strategy :
4747 matrix :
You can’t perform that action at this time.
0 commit comments