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.
1 parent 5f1fea8 commit 87c411aCopy full SHA for 87c411a
.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.250.1]
+ vulkan-version: [1.3.268.0]
14
build-shared: [OFF]
15
include:
16
- build-shared: ON
17
os: windows-latest
18
- vulkan-version: 1.3.250.1
+ vulkan-version: 1.3.268.0
19
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}
20
21
steps:
0 commit comments