Update ci.yml
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -19,9 +19,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
build_configuration: [Debug, Release]
|
||||
compiler: [llvm, gcc]
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
include:
|
||||
- os: 'windows-latest'
|
||||
triplet: x64-windows
|
||||
@@ -29,10 +30,8 @@ jobs:
|
||||
compiler: "msvc"
|
||||
- os: 'ubuntu-latest'
|
||||
triplet: x64-linux
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
- os: 'macos-latest'
|
||||
triplet: x64-osx
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
||||
Reference in New Issue
Block a user