File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44set -uex
55
6- sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
6+ sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ jammy main universe"
77sudo apt-get update
88sudo apt-get install -y python3-mock python3-nose
99pip3 install mock
Original file line number Diff line number Diff line change 33
44set -uex
55
6- sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
6+ sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ jammy main universe"
77sudo apt-get update
88sudo apt-get install -y python-mock python-nose
99curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python2
Original file line number Diff line number Diff line change 77jobs :
88 python-test :
99 name : Python tests
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
2121
2222 ocaml-test :
2323 name : Ocaml tests
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-22 .04
2525
2626 steps :
2727 - name : Checkout code
Original file line number Diff line number Diff line change 1010jobs :
1111 ocaml-format :
1212 name : Ocaml files
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414
1515 steps :
1616 - name : Checkout code
You can’t perform that action at this time.
0 commit comments