We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef6a07 commit 57f7454Copy full SHA for 57f7454
.github/workflows/linux.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "matrix=${{ env.MATRIX }}" >> "$GITHUB_OUTPUT"
43
run:
44
name: CMake v${{ matrix.cmake_version }}
45
- runs-on: ${{ matrix.runs-on }}
+ runs-on: ${{ matrix.runs_on }}
46
needs: read_params
47
strategy:
48
fail-fast: false
0 commit comments