We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9928ad + 2f5bba2 commit f50acb4Copy full SHA for f50acb4
.github/workflows/ci.yml
@@ -4,18 +4,17 @@ on:
4
pull_request:
5
env:
6
BuildDocEnabled: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
7
- CMakeVersion: 3.10.x
8
jobs:
9
build:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- os: [ubuntu-latest, macos-latest, windows-2019]
+ os: [ubuntu-latest, macos-latest, windows-latest]
14
vulkan-version: [1.3.224.1]
15
build-shared: [OFF]
16
include:
17
- build-shared: ON
18
- os: windows-2019
+ os: windows-latest
19
vulkan-version: 1.3.224.1
20
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}
21
0 commit comments