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.
2 parents 2e7da07 + 0a5b0f2 commit d642d2cCopy full SHA for d642d2c
.github/workflows/test.yml
@@ -116,7 +116,7 @@ jobs:
116
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
117
118
- name: Register gcc problem matcher
119
- if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'"
+ if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
120
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
121
122
- name: Build
0 commit comments