Skip to content

Commit ecf2ae2

Browse files
chore(deps): update dependency ubuntu to v24 (#77)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent b4e5e15 commit ecf2ae2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
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:
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
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:
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
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

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
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

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
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

0 commit comments

Comments
 (0)