Skip to content

Commit aebd701

Browse files
ci(deps): update dependency ubuntu to v24 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a47b55 commit aebd701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
if: needs.test.result == 'success' && startsWith( github.ref, 'refs/tags/v' )
5555

56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757

5858
steps:
5959
- name: Checkout Code Repository

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
if: needs.test.result == 'success' && startsWith( github.ref, 'refs/tags/v' )
5858

59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-24.04
6060

6161
steps:
6262
- name: Checkout Code Repository

0 commit comments

Comments
 (0)