Skip to content

Commit 9102a21

Browse files
committed
Try ubuntu-25.04...
1 parent 3c4a69d commit 9102a21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
setup:
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-25.04
2626
steps:
2727
- uses: actions/checkout@v4
2828

@@ -64,7 +64,7 @@ jobs:
6464
retention-days: 1
6565

6666
verify:
67-
runs-on: ubuntu-24.04
67+
runs-on: ubuntu-25.04
6868
needs: [setup]
6969
env:
7070
SPLIT_SIZE: "20"
@@ -114,7 +114,7 @@ jobs:
114114
retention-days: 1
115115

116116
docs-and-check:
117-
runs-on: ubuntu-24.04
117+
runs-on: ubuntu-25.04
118118
needs: [verify]
119119
outputs:
120120
upload-pages: ${{steps.upload-pages.outcome == 'success'}}
@@ -188,7 +188,7 @@ jobs:
188188
environment:
189189
name: github-pages
190190
url: ${{ steps.deployment.outputs.page_url }}
191-
runs-on: ubuntu-24.04
191+
runs-on: ubuntu-25.04
192192
steps:
193193
- name: Deploy to GitHub Pages
194194
id: deployment

0 commit comments

Comments
 (0)