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:
16
16
jobs :
17
17
verify :
18
18
name : Verify
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
block-fixup :
9
9
if : github.event.pull_request.draft == false
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
publish :
14
14
name : Publish
15
15
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
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments