Skip to content

Commit

Permalink
Merge pull request #11 from STORM-IRIT/remove-gcc8
Browse files Browse the repository at this point in the history
Fix build matrix (gcc8 is missing)
  • Loading branch information
dlyr committed Apr 28, 2021
2 parents 21fa13f + 9019f15 commit f7ff800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
matrix:
config:
- { name: "Windows MSVC", suffix: "Windows", os: windows-latest, cc: "cl.exe", cxx: "cl.exe" }
- { name: "Ubuntu gcc", suffix: "Linux-gcc8", os: ubuntu-18.04, cc: "gcc-8", cxx: "g++-8" }
- { name: "Ubuntu gcc", suffix: "Linux-gcc10", os: ubuntu-20.04, cc: "gcc-10", cxx: "g++-10" }
- { name: "Ubuntu 18.04 gcc9", suffix: "Linux-gcc9", os: ubuntu-18.04, cc: "gcc-9", cxx: "g++-9" }
- { name: "Ubuntu 20.04 gcc10", suffix: "Linux-gcc10", os: ubuntu-20.04, cc: "gcc-10", cxx: "g++-10" }
- { name: "MacOS clang", suffix: "macOS", os: macos-latest, cc: "clang", cxx: "clang++" }

steps:
Expand Down Expand Up @@ -159,8 +159,8 @@ jobs:
matrix:
config:
- { name: "Windows MSVC", suffix: "Windows", os: windows-latest, cc: "cl.exe", cxx: "cl.exe" }
- { name: "Ubuntu gcc", suffix: "Linux-gcc8", os: ubuntu-18.04, cc: "gcc-8", cxx: "g++-8" }
- { name: "Ubuntu gcc", suffix: "Linux-gcc10", os: ubuntu-20.04, cc: "gcc-10", cxx: "g++-10" }
- { name: "Ubuntu 18.04 gcc9", suffix: "Linux-gcc9", os: ubuntu-18.04, cc: "gcc-9", cxx: "g++-9" }
- { name: "Ubuntu 20.04 gcc10", suffix: "Linux-gcc10", os: ubuntu-20.04, cc: "gcc-10", cxx: "g++-10" }
- { name: "MacOS clang", suffix: "macOS", os: macos-latest, cc: "clang", cxx: "clang++" }

steps:
Expand Down

0 comments on commit f7ff800

Please sign in to comment.