1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update ci

This commit is contained in:
neargye 2021-05-27 11:10:10 +03:00
parent 8deb7f96e7
commit 98ffd0e29b

View file

@ -12,8 +12,10 @@ jobs:
compiler:
- { cc: "gcc-9", cxx: "g++-9" }
- { cc: "gcc-10", cxx: "g++-10" }
- { cc: "clang-9", cxx: "clang++-9" }
- { cc: "gcc-11", cxx: "g++-11" }
- { cc: "clang-10", cxx: "clang++-10" }
- { cc: "clang-11", cxx: "clang++-11" }
- { cc: "clang-12", cxx: "clang++-12" }
name: "${{matrix.compiler.cxx}}:${{matrix.build}}"
steps: