Skip to content

Commit eb13a53

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent db4c294 commit eb13a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1616
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
1717

18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test NODE
22
on: [pull_request, workflow_dispatch, push]
33
jobs:
44
build-test:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v4
88
with:

0 commit comments

Comments
 (0)