Skip to content

Commit d3fa549

Browse files
committed
Use Python 3.14 for gcc problem matching
1 parent cee238b commit d3fa549

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)