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

update ci

This commit is contained in:
neargye 2021-06-17 16:07:12 +03:00
parent 081a77b96a
commit 25f32188ca
2 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
config:
- { os: macos-10.15 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
- { os: macos-11.0 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md#xcode
- { os: macos-10.15 }
- { os: macos-11.0 }
build: [Debug, Release]
name: "${{matrix.config.os}}:${{matrix.build}}"

View file

@ -12,7 +12,6 @@ jobs:
compiler:
- { cc: "gcc-9", cxx: "g++-9" }
- { cc: "gcc-10", cxx: "g++-10" }
- { cc: "gcc-11", cxx: "g++-11" }
- { cc: "clang-10", cxx: "clang++-10" }
- { cc: "clang-11", cxx: "clang++-11" }
- { cc: "clang-12", cxx: "clang++-12" }