update ci
This commit is contained in:
parent
f57dcf410a
commit
6df582978d
2 changed files with 6 additions and 8 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -9,11 +9,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: macos-10.15, xcode: "12.0.1" } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
|
||||
- { os: macos-11.0, xcode: "11.7" } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md#xcode
|
||||
- { 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
|
||||
build: [Debug, Release]
|
||||
|
||||
name: "xcode${{matrix.config.xcode}}:${{matrix.build}}"
|
||||
name: "${{matrix.config.os}}:${{matrix.build}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -10,10 +10,8 @@ jobs:
|
|||
matrix:
|
||||
build: [Debug, Release]
|
||||
compiler:
|
||||
- { cc: "gcc-8", cxx: "g++-8" }
|
||||
- { cc: "gcc-9", cxx: "g++-9" }
|
||||
- { cc: "gcc-10", cxx: "g++-10" }
|
||||
- { cc: "clang-8", cxx: "clang++-8" }
|
||||
- { cc: "clang-9", cxx: "clang++-9" }
|
||||
- { cc: "clang-10", cxx: "clang++-10" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue