Use Python 3.14 for gcc problem matching

This commit is contained in:
Andrew Murray 2025-08-05 18:03:47 +10:00
parent cee238bcb8
commit d3fa549ec9

View File

@ -111,7 +111,7 @@ jobs:
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
- name: Register gcc problem matcher
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'"
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
- name: Build