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 2e96957 commit 8dcfa6bCopy full SHA for 8dcfa6b
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: read
15
env:
16
project-name: z-wave-protocol-controller # Align to docker (lowercase)
17
- runs-on: ubuntu-22.04
+ runs-on: ${{ vars.RUNNER || 'ubuntu-24.04' }}
18
steps:
19
# yamllint disable-line rule:line-length
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments