Skip to content

Commit 0a5b0f2

Browse files
committed
Run gcc problem matcher on Python 3.13
1 parent 2e7da07 commit 0a5b0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)