Skip to content

Commit 8e710e3

Browse files
committed
Changed back to using window-latest
1 parent 4b557f9 commit 8e710e3

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,12 +10,12 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-2019]
13+
os: [ubuntu-latest, macos-latest, windows-latest]
1414
vulkan-version: [1.3.224.1]
1515
build-shared: [OFF]
1616
include:
1717
- build-shared: ON
18-
os: windows-2019
18+
os: windows-latest
1919
vulkan-version: 1.3.224.1
2020
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}
2121

0 commit comments

Comments
 (0)