File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616jobs :
1717 verify :
1818 name : Verify
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77jobs :
88 block-fixup :
99 if : github.event.pull_request.draft == false
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111
1212 steps :
1313 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313 publish :
1414 name : Publish
1515 if : github.event_name == 'push' && !startsWith(github.event.head_commit.message, 'chore(release):')
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-22 .04
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments