We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0c340 commit a632c14Copy full SHA for a632c14
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
# os: [ubuntu-latest, macos-latest, windows-latest]
13
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
14
vulkan-version: [1.4.341.1]
15
build-shared: [OFF]
16
# include:
@@ -32,7 +32,7 @@ jobs:
32
version: ${{ matrix.vulkan-version }}
33
cache: true
34
- name: Add MSBuild to PATH
35
- uses: microsoft/setup-msbuild@v2
+ uses: microsoft/setup-msbuild@v3
36
if: startsWith(matrix.os, 'windows')
37
- name: Build and Install VSG
38
shell: bash
0 commit comments