Skip to content

Commit 4a889e7

Browse files
chore(deps): update dependency ubuntu to v24 (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5e36c2 commit 4a889e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
pass:
235235
if: always()
236236
needs: [verify_os]
237-
runs-on: ubuntu-22.04
237+
runs-on: ubuntu-24.04
238238
timeout-minutes: 2
239239
permissions:
240240
pull-requests: write

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
semantic-release:
1212
name: Semantic Release
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'msclock/cmake-registry'
1515
permissions:
1616
contents: write

0 commit comments

Comments
 (0)