We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e36c2 commit 4a889e7Copy full SHA for 4a889e7
.github/workflows/ci.yml
@@ -234,7 +234,7 @@ jobs:
234
pass:
235
if: always()
236
needs: [verify_os]
237
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
238
timeout-minutes: 2
239
permissions:
240
pull-requests: write
.github/workflows/semantic-release.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
semantic-release:
12
name: Semantic Release
13
14
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'msclock/cmake-registry'
15
16
contents: write
0 commit comments