Skip to content

Commit

Permalink
Update workflow of tests
Browse files Browse the repository at this point in the history
Changes:
- Remove gcc 14.
- Remove msvc 14.39 and use latest installed VC++ compiler toolset.
- Remove macos 11, 12 and 16 due to: "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721".
  • Loading branch information
VladimirShaleev committed Feb 1, 2025
1 parent 4404266 commit 5b1c4f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
macos: [ 11, 12, 13, 14, 15, 16 ]
macos: [ 13, 14, 15 ]
standard: [ 11, 14, 17, 20, 23 ]
exception: [ "exceptions" ]
include:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gcc: [ 7, 8, 9, 10, 11, 13, 14 ]
gcc: [ 7, 8, 9, 10, 11, 13 ]
standard: [ 11, 14, 17, 20, 23 ]
exception: [ "exceptions" ]
include:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "14.29", "14.39" ]
version: [ "14.29", "" ]
standard: [ 14, 17, 20, 23 ]
exception: [ "exceptions" ]
cppmodule: [ "OFF" ]
Expand All @@ -216,11 +216,11 @@ jobs:
standard: 23
exception: "no-exceptions"
cppmodule: "OFF"
- version: "14.39"
- version: ""
standard: 20
exception: "exceptions"
cppmodule: "ON"
- version: "14.39"
- version: ""
standard: 23
exception: "exceptions"
cppmodule: "ON"
Expand Down

0 comments on commit 5b1c4f2

Please sign in to comment.