Add Testing Matrix #54
testing.yml
on: pull_request
Matrix: ${{ format('{0} - py {1} - {2} {3}
', matrix.os, matrix.python-version, matrix.toolchain.compiler, matrix.build) }}
Annotations
4 errors, 2 warnings, and 2 notices
|
macos-latest - py 3.12 - gcc debug
Process completed with exit code 1.
|
|
macos-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
ubuntu-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
ubuntu-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
macos-latest - py 3.12 - gcc opt
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|
|
macos-latest - py 3.12 - gcc debug
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|
|
macos-latest - py 3.12 - gcc opt
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
macos-latest - py 3.12 - gcc debug
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|