Skip to content

Commit a632c14

Browse files
committed
Updated to microsoft/setup-msbuild@v3
1 parent 1e0c340 commit a632c14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# os: [ubuntu-latest, macos-latest, windows-latest]
13-
os: [ubuntu-latest]
13+
os: [ubuntu-latest, macos-latest]
1414
vulkan-version: [1.4.341.1]
1515
build-shared: [OFF]
1616
# include:
@@ -32,7 +32,7 @@ jobs:
3232
version: ${{ matrix.vulkan-version }}
3333
cache: true
3434
- name: Add MSBuild to PATH
35-
uses: microsoft/setup-msbuild@v2
35+
uses: microsoft/setup-msbuild@v3
3636
if: startsWith(matrix.os, 'windows')
3737
- name: Build and Install VSG
3838
shell: bash

0 commit comments

Comments
 (0)