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 16
16
jobs :
17
17
build_sdist :
18
18
name : Build SDist
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
steps :
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
22
with :
89
89
environment : pypi
90
90
permissions :
91
91
id-token : write
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
if : github.event_name == 'release' && github.event.action == 'published'
94
94
95
95
steps :
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
pages :
109
109
name : Deploy to GitHub Pages
110
- runs-on : ubuntu-22 .04
110
+ runs-on : ubuntu-24 .04
111
111
if : ${{ github.ref_name == github.event.repository.default_branch || (github.event_name == 'release' && github.event.action == 'published') }}
112
112
permissions :
113
113
contents : write
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
pre-commit :
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
steps :
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
with :
89
89
90
90
91
91
check-docs :
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
needs : [pre-commit]
94
94
timeout-minutes : 15
95
95
@@ -124,7 +124,7 @@ jobs:
124
124
needs :
125
125
- checks
126
126
- check-docs
127
- runs-on : ubuntu-22 .04
127
+ runs-on : ubuntu-24 .04
128
128
timeout-minutes : 2
129
129
permissions :
130
130
pull-requests : write
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
30
30
jobs :
31
31
analyze :
32
32
name : Analyze
33
- runs-on : ubuntu-22 .04
33
+ runs-on : ubuntu-24 .04
34
34
timeout-minutes : 15
35
35
permissions :
36
36
actions : read
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
pages :
26
26
name : Deploy to GitHub Pages
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
permissions :
29
29
contents : write
30
30
id-token : write
Original file line number Diff line number Diff line change 21
21
RENOVATE_REPOSITORY_CACHE : enabled
22
22
image : ghcr.io/renovatebot/renovate:39.43.0@sha256:eec02425b9b16428ad16f0a50ec207b346eff17193cec3c891ff00fb261964e0
23
23
options : --user root
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
steps :
26
26
- run : env | sort
27
27
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
semantic-release :
15
15
name : Semantic Release
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
if : github.event.workflow_run.conclusion == 'success' && github.repository == 'msclock/cppcheck-wheel'
18
18
permissions :
19
19
contents : write
You can’t perform that action at this time.
0 commit comments