Skip to content

Commit dfda821

Browse files
Update dependency ubuntu to v26
1 parent c1ec10a commit dfda821

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defaults:
2626
jobs:
2727
release_ref:
2828
name: Resolve release tag
29-
runs-on: ubuntu-24.04
29+
runs-on: ubuntu-26.04
3030
outputs:
3131
tag: ${{ steps.release.outputs.tag }}
3232
version: ${{ steps.release.outputs.version }}
@@ -400,7 +400,7 @@ jobs:
400400
github-release:
401401
name: Publish GitHub release assets
402402
needs: [release_ref, validate, wheelhouse]
403-
runs-on: ubuntu-24.04
403+
runs-on: ubuntu-26.04
404404
permissions:
405405
contents: write
406406

@@ -451,7 +451,7 @@ jobs:
451451
pypi:
452452
name: Publish PyPI package
453453
needs: [validate, wheelhouse]
454-
runs-on: ubuntu-24.04
454+
runs-on: ubuntu-26.04
455455
permissions:
456456
contents: read
457457
id-token: write

‎.github/workflows/validate.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defaults:
2424
jobs:
2525
changes:
2626
name: Detect changed paths
27-
runs-on: ubuntu-24.04
27+
runs-on: ubuntu-26.04
2828
outputs:
2929
github_actions: ${{ steps.changed_paths.outputs.github_actions }}
3030
markdown: ${{ steps.changed_paths.outputs.markdown }}
@@ -92,7 +92,7 @@ jobs:
9292
name: Lint GitHub Actions
9393
needs: changes
9494
if: needs.changes.outputs.github_actions == 'true'
95-
runs-on: ubuntu-24.04
95+
runs-on: ubuntu-26.04
9696
env:
9797
ACTIONLINT_VERSION: "1.7.12"
9898

@@ -124,7 +124,7 @@ jobs:
124124
name: Lint Markdown
125125
needs: changes
126126
if: needs.changes.outputs.markdown == 'true'
127-
runs-on: ubuntu-24.04
127+
runs-on: ubuntu-26.04
128128
env:
129129
MARKDOWNLINT_CLI2_VERSION: "0.22.1"
130130
MARKDOWNLINT_RELATIVE_LINKS_VERSION: "5.1.0"
@@ -153,7 +153,7 @@ jobs:
153153
name: Validate Python
154154
needs: changes
155155
if: needs.changes.outputs.python == 'true'
156-
runs-on: ubuntu-24.04
156+
runs-on: ubuntu-26.04
157157
env:
158158
PYTHON_VERSION: "3.11"
159159
UV_VERSION: "0.11.7"
@@ -207,7 +207,7 @@ jobs:
207207
name: Build and smoke-test package
208208
needs: changes
209209
if: inputs.build-package && needs.changes.outputs.package == 'true'
210-
runs-on: ubuntu-24.04
210+
runs-on: ubuntu-26.04
211211
env:
212212
PACKAGE_NAME: src-auth-perms-sync
213213
PYTHON_VERSION: "3.11"
@@ -252,7 +252,7 @@ jobs:
252252
name: Validate package
253253
needs: [changes, github_actions, markdown, python, package_build]
254254
if: always()
255-
runs-on: ubuntu-24.04
255+
runs-on: ubuntu-26.04
256256

257257
steps:
258258
- name: Confirm validation results

0 commit comments

Comments
 (0)