File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
automerge :
18
18
name : Enable Auto-Merge for Dependabot
19
19
if : github.event.pull_request.user.login == 'dependabot[bot]' && github.actor == 'dependabot[bot]'
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04
21
21
22
22
steps :
23
23
- name : Approve Dependabot PR
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
check-dist :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
21
21
steps :
22
22
- name : Checkout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
15
15
jobs :
16
16
unit-test :
17
17
name : Unit Test
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-24.04
19
19
20
20
steps :
21
21
- name : Checkout
43
43
integration-test :
44
44
name : Integration Test
45
45
if : github.event_name == 'pull_request'
46
- runs-on : ubuntu-latest
46
+ runs-on : ubuntu-24.04
47
47
48
48
steps :
49
49
- name : Checkout
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
23
23
jobs :
24
24
test :
25
25
name : Check for merge commits
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
28
28
steps :
29
29
- name : Checkout
You can’t perform that action at this time.
0 commit comments