File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
23
23
jobs :
24
24
setup :
25
- runs-on : ubuntu-24 .04
25
+ runs-on : ubuntu-25 .04
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
64
64
retention-days : 1
65
65
66
66
verify :
67
- runs-on : ubuntu-24 .04
67
+ runs-on : ubuntu-25 .04
68
68
needs : [setup]
69
69
env :
70
70
SPLIT_SIZE : " 20"
@@ -114,7 +114,7 @@ jobs:
114
114
retention-days : 1
115
115
116
116
docs-and-check :
117
- runs-on : ubuntu-24 .04
117
+ runs-on : ubuntu-25 .04
118
118
needs : [verify]
119
119
outputs :
120
120
upload-pages : ${{steps.upload-pages.outcome == 'success'}}
@@ -188,7 +188,7 @@ jobs:
188
188
environment :
189
189
name : github-pages
190
190
url : ${{ steps.deployment.outputs.page_url }}
191
- runs-on : ubuntu-24 .04
191
+ runs-on : ubuntu-25 .04
192
192
steps :
193
193
- name : Deploy to GitHub Pages
194
194
id : deployment
You can’t perform that action at this time.
0 commit comments