We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b557f9 commit 8e710e3Copy full SHA for 8e710e3
1 file changed
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
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