Skip to content

Commit 1e76b75

Browse files
authored
Use Python 3.14 for gcc problem matching (#9134)
2 parents 680e686 + d3fa549 commit 1e76b75

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
@@ -111,7 +111,7 @@ jobs:
111111
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
112112

113113
- name: Register gcc problem matcher
114-
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
114+
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'"
115115
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
116116

117117
- name: Build

0 commit comments

Comments
 (0)