Run gcc problem matcher on Python 3.13

This commit is contained in:
Andrew Murray 2024-11-09 00:18:59 +11:00
parent 2e7da079cd
commit 0a5b0f29e5

View File

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