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 cee238b commit d3fa549Copy full SHA for d3fa549
.github/workflows/test.yml
@@ -111,7 +111,7 @@ jobs:
111
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
112
113
- name: Register gcc problem matcher
114
- if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
+ if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'"
115
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
116
117
- name: Build
0 commit comments