File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 build_sdist :
1818 name : Build SDist
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 with :
8989 environment : pypi
9090 permissions :
9191 id-token : write
92- runs-on : ubuntu-22 .04
92+ runs-on : ubuntu-24 .04
9393 if : github.event_name == 'release' && github.event.action == 'published'
9494
9595 steps :
@@ -107,7 +107,7 @@ jobs:
107107
108108 pages :
109109 name : Deploy to GitHub Pages
110- runs-on : ubuntu-22 .04
110+ runs-on : ubuntu-24 .04
111111 if : ${{ github.ref_name == github.event.repository.default_branch || (github.event_name == 'release' && github.event.action == 'published') }}
112112 permissions :
113113 contents : write
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 pre-commit :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727 with :
8989
9090
9191 check-docs :
92- runs-on : ubuntu-22 .04
92+ runs-on : ubuntu-24 .04
9393 needs : [pre-commit]
9494 timeout-minutes : 15
9595
@@ -124,7 +124,7 @@ jobs:
124124 needs :
125125 - checks
126126 - check-docs
127- runs-on : ubuntu-22 .04
127+ runs-on : ubuntu-24 .04
128128 timeout-minutes : 2
129129 permissions :
130130 pull-requests : write
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030jobs :
3131 analyze :
3232 name : Analyze
33- runs-on : ubuntu-22 .04
33+ runs-on : ubuntu-24 .04
3434 timeout-minutes : 15
3535 permissions :
3636 actions : read
Original file line number Diff line number Diff line change 2424jobs :
2525 pages :
2626 name : Deploy to GitHub Pages
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 permissions :
2929 contents : write
3030 id-token : write
Original file line number Diff line number Diff line change 2121 RENOVATE_REPOSITORY_CACHE : enabled
2222 image : ghcr.io/renovatebot/renovate:39.43.0@sha256:eec02425b9b16428ad16f0a50ec207b346eff17193cec3c891ff00fb261964e0
2323 options : --user root
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - run : env | sort
2727
Original file line number Diff line number Diff line change 1313jobs :
1414 semantic-release :
1515 name : Semantic Release
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 if : github.event.workflow_run.conclusion == 'success' && github.repository == 'msclock/cppcheck-wheel'
1818 permissions :
1919 contents : write
You can’t perform that action at this time.
0 commit comments