File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
33jobs :
44 image :
55 name : Image
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-22 .04
77 steps :
88 - uses : actions/checkout@v4
99 - uses : docker/login-action@v2
1919 runCmd : echo DONE!
2020 debian-x86-64 :
2121 name : Debian x86_64
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 needs : image
2424 steps :
2525 - name : Checkout
3434 ./bin/test-local
3535 debian-arm64 :
3636 name : Debian arm64
37- runs-on : ubuntu-20 .04
37+ runs-on : ubuntu-22 .04
3838 needs : image
3939 steps :
4040 - name : Checkout
4949 ./debian/test-arm64
5050 amazon-x86-64 :
5151 name : AmazonLinux2/x86_64
52- runs-on : ubuntu-20 .04
52+ runs-on : ubuntu-22 .04
5353 needs : image
5454 steps :
5555 - name : Checkout
6464 ./amzn/test
6565 amazon-arm64 :
6666 name : AmazonLinux2 arm64
67- runs-on : ubuntu-20 .04
67+ runs-on : ubuntu-22 .04
6868 needs : image
6969 steps :
7070 - name : Checkout
7979 ./amzn/test-arm64
8080 ubuntu-py27 :
8181 name : Ubuntu x86_64 (Python27)
82- runs-on : ubuntu-20 .04
82+ runs-on : ubuntu-22 .04
8383 needs : image
8484 steps :
8585 - name : Checkout
You can’t perform that action at this time.
0 commit comments