Skip to content

Commit 337c009

Browse files
committed
update action scripts
1 parent ce1a71c commit 337c009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

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

2323
jobs:
2424
verify:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
java-version: [ 11 ]

.github/workflows/verify.yaml

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

2323
jobs:
2424
verify:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
java-version: [ 11 ]

0 commit comments

Comments
 (0)