Skip to content

Commit d642d2c

Browse files
authored
Merge pull request #8541 from radarhere/gcc
2 parents 2e7da07 + 0a5b0f2 commit d642d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
117117

118118
- name: Register gcc problem matcher
119-
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'"
119+
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
120120
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
121121

122122
- name: Build

0 commit comments

Comments
 (0)