Skip to content

Commit f50acb4

Browse files
Merge pull request #1194 from vsg-dev/ci_yml_revisions
Ci yml revisions
2 parents f9928ad + 2f5bba2 commit f50acb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ on:
44
pull_request:
55
env:
66
BuildDocEnabled: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
7-
CMakeVersion: 3.10.x
87
jobs:
98
build:
109
runs-on: ${{ matrix.os }}
1110
strategy:
1211
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-2019]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
1413
vulkan-version: [1.3.224.1]
1514
build-shared: [OFF]
1615
include:
1716
- build-shared: ON
18-
os: windows-2019
17+
os: windows-latest
1918
vulkan-version: 1.3.224.1
2019
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}
2120

0 commit comments

Comments
 (0)