Adjust ci-ubuntu.yml to latest changes of runners.
This commit is contained in:
5
.github/workflows/ci-ubuntu.yml
vendored
5
.github/workflows/ci-ubuntu.yml
vendored
@@ -15,9 +15,10 @@ jobs:
|
||||
compiler:
|
||||
- {cxx: "g++-9", c: "gcc-9"}
|
||||
- {cxx: "g++-10", c: "gcc-10"}
|
||||
- {cxx: "clang++-10", c: "clang-10"}
|
||||
- {cxx: "clang++-11", c: "clang-11"}
|
||||
- {cxx: "g++-11", c: "gcc-11"}
|
||||
- {cxx: "clang++-12", c: "clang-12"}
|
||||
- {cxx: "clang++-13", c: "clang-13"}
|
||||
- {cxx: "clang++-14", c: "clang-14"}
|
||||
cxx_standard: [11, 14, 17, 20]
|
||||
|
||||
steps:
|
||||
|
||||
7
.github/workflows/ci-windows.yml
vendored
7
.github/workflows/ci-windows.yml
vendored
@@ -21,18 +21,13 @@ jobs:
|
||||
- name: Update Submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Install Ninja
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
with:
|
||||
version: 1.11.0
|
||||
|
||||
- name: Setup MSVC
|
||||
uses: TheMrMilchmann/setup-msvc-dev@v1
|
||||
with:
|
||||
arch: ${{matrix.architecture}}
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -GNinja
|
||||
run: cmake -B ${{github.workspace}}/build
|
||||
-DSAMPLES_BUILD=ON
|
||||
-DSAMPLES_BUILD_ONLY_DYNAMIC=ON
|
||||
-DSAMPLES_BUILD_WITH_LOCAL_VULKAN_HPP=ON
|
||||
|
||||
Reference in New Issue
Block a user