update ci

This commit is contained in:
neargye 2022-01-23 17:38:38 +02:00
parent bd14db23e1
commit ef84cb110b
3 changed files with 5 additions and 4 deletions

View file

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

View file

@ -10,8 +10,8 @@ jobs:
matrix: matrix:
build: [Debug, Release] build: [Debug, Release]
compiler: compiler:
- { cc: "gcc-9", cxx: "g++-9" } - { cc: "gcc-9", cxx: "g++-9" }
- { cc: "gcc-10", cxx: "g++-10" } - { cc: "gcc-10", cxx: "g++-10" }
- { cc: "clang-10", cxx: "clang++-10" } - { cc: "clang-10", cxx: "clang++-10" }
- { cc: "clang-11", cxx: "clang++-11" } - { cc: "clang-11", cxx: "clang++-11" }
- { cc: "clang-12", cxx: "clang++-12" } - { cc: "clang-12", cxx: "clang++-12" }

View file

@ -11,6 +11,7 @@ jobs:
config: config:
- { os: windows-2016, vs: "Visual Studio 2017" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md#visual-studio-enterprise-2017 - { os: windows-2016, vs: "Visual Studio 2017" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md#visual-studio-enterprise-2017
- { os: windows-2019, vs: "Visual Studio 2019" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#visual-studio-enterprise-2019 - { os: windows-2019, vs: "Visual Studio 2019" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#visual-studio-enterprise-2019
- { os: windows-2022, vs: "Visual Studio 2022" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md#visual-studio-enterprise-2022
build: [Debug, Release] build: [Debug, Release]
platform: [Win32, x64] platform: [Win32, x64]