Skip to content

Commit 532f15e

Browse files
authored
Fix CI scripts (#131)
* Fix CI scripts * Use ubuntu-24.04 --------- Signed-off-by: Hendrix-Shen <[email protected]>
1 parent f67d95d commit 532f15e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Maven Local
7171
path: ~/.m2/repository/top/hendrixshen/
7272
summary:
73-
runs-on: ubuntu-latest
73+
runs-on: ubuntu-24.04
7474
needs:
7575
- build
7676
steps:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
Latest commit log:
7979
80-
$(printf '%q' ${{ github.event.head_commit.message }})"
80+
$(printf '%q' '${{ github.event.head_commit.message }}')"
8181
else
8282
echo Unknown publish type ${{ inputs.publish_type }}
8383
exit 1
@@ -121,7 +121,7 @@ jobs:
121121
retry-attempts: 3
122122
retry-delay: 10000
123123
release:
124-
runs-on: ubuntu-latest
124+
runs-on: ubuntu-24.04
125125
strategy:
126126
matrix: ${{ fromJSON(needs.generate_matrix.outputs.matrix) }}
127127
needs:

0 commit comments

Comments
 (0)