2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Try even newer version of GCC on windows

This commit is contained in:
Matt Borland
2025-06-10 14:31:40 -04:00
parent 0705007511
commit 6c8f87f408

View File

@@ -175,7 +175,7 @@ jobs:
run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=${{ matrix.standard }} ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
working-directory: ../boost-root/libs/math/test
windows_gcc:
runs-on: windows-latest
runs-on: windows-2025
defaults:
run:
shell: cmd
@@ -185,7 +185,7 @@ jobs:
fail-fast: false
matrix:
toolset: [ gcc ]
standard: [ 14, 17 ]
standard: [ 14 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
- uses: actions/checkout@v4