File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 branches : [ "main" ]
77jobs :
88 build :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : Set up JDK 21
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ defaults:
2929jobs :
3030 # Build job
3131 build :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-24.04
3333 env :
3434 HUGO_VERSION : 0.115.4
3535 steps :
7474 environment :
7575 name : github-pages
7676 url : ${{ steps.deployment.outputs.page_url }}
77- runs-on : ubuntu-latest
77+ runs-on : ubuntu-24.04
7878 needs : build
7979 steps :
8080 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 66 - opened
77jobs :
88 label_issues :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 permissions :
1111 issues : write
1212 steps :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Manual Build
22on : [workflow_dispatch]
33jobs :
44 build :
5- runs-on : ubuntu-latest
5+ runs-on : ubuntu-24.04
66 steps :
77 - uses : actions/checkout@v4
88 - name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments