File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 full-test :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - uses : actions/checkout@v2
1111 - name : Build
Original file line number Diff line number Diff line change 99
1010jobs :
1111 build-linux-x86 :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Build
Original file line number Diff line number Diff line change 55
66jobs :
77 create-release :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - name : Generate Version
1111 id : generate-version
2525 upload_url : ${{ steps.create-release.outputs.upload_url }}
2626 build-linux-x86 :
2727 needs : create-release
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 steps :
3030 - uses : actions/checkout@v2
3131 - name : Build
You can’t perform that action at this time.
0 commit comments