Skip to content

Commit cd591f4

Browse files
committed
Update to ubuntu-24.04
1 parent 8ed1368 commit cd591f4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/automerge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
check-dist:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020

2121
steps:
2222
- name: Checkout

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
unit-test:
1717
name: Unit Test
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
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

0 commit comments

Comments
 (0)