File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 image :
1111 name : Image
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : docker/login-action@v2
2525 runCmd : echo DONE!
2626 debian :
2727 name : Debian x86_64/arm64
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 needs : image
3030 steps :
3131 - uses : actions/checkout@v4
4141 CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-debian
4242 amzn :
4343 name : AmazonLinux2 x86_64/arm64
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-22 .04
4545 needs : image
4646 steps :
4747 - uses : actions/checkout@v4
5757 CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-amzn
5858 release :
5959 name : Create Release
60- runs-on : ubuntu-20 .04
60+ runs-on : ubuntu-22 .04
6161 needs : [debian, amzn]
6262 steps :
6363 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments