Skip to content

Commit

Permalink
Merge pull request #8541 from radarhere/gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 8, 2024
2 parents 2e7da07 + 0a5b0f2 commit d642d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d642d2c

Please sign in to comment.