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 1717 automerge :
1818 name : Enable Auto-Merge for Dependabot
1919 if : github.event.pull_request.user.login == 'dependabot[bot]' && github.actor == 'dependabot[bot]'
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
2121
2222 steps :
2323 - name : Approve Dependabot PR
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 check-dist :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-24.04
2020
2121 steps :
2222 - name : Checkout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 unit-test :
1717 name : Unit Test
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04
1919
2020 steps :
2121 - name : Checkout
4343 integration-test :
4444 name : Integration Test
4545 if : github.event_name == 'pull_request'
46- runs-on : ubuntu-latest
46+ runs-on : ubuntu-24.04
4747
4848 steps :
4949 - name : Checkout
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323jobs :
2424 test :
2525 name : Check for merge commits
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727
2828 steps :
2929 - name : Checkout
You can’t perform that action at this time.
0 commit comments