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 c975465 commit 8a896a3Copy full SHA for 8a896a3
.github/workflows/test.yml
@@ -2,8 +2,10 @@ on: [push]
2
name: Test
3
jobs:
4
test:
5
- name: Build and test driver on windows-2022
6
- runs-on: windows-2019
+ strategy:
+ matrix:
7
+ os: [windows-2019, windows-2022]
8
+ name: Build and test driver on ${{ matrix.os }}
9
env:
10
CASS_DRIVER_LIBEV_INCLUDES: C:/vcpkg/packages/libev_x64-windows/include/libev
11
CASS_DRIVER_LIBEV_LIBS: C:/vcpkg/packages/libev_x64-windows/lib
0 commit comments