Skip to content

Commit 4cbcc4d

Browse files
committed
Update dependency ubuntu to v24
1 parent 4b666f4 commit 4cbcc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
env:
1515
DEPLOY_USER_NAME: ${{ secrets.DEPLOY_USER_NAME }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)