We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cb68e commit 767ecb1Copy full SHA for 767ecb1
1 file changed
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
- vulkan-version: [1.3.268.0]
+ vulkan-version: [1.4.341.1]
14
build-shared: [OFF]
15
include:
16
- build-shared: ON
17
os: windows-latest
18
- vulkan-version: 1.3.268.0
+ vulkan-version: 1.4.341.1
19
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}
20
21
steps:
0 commit comments