We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a896a3 commit 5b14a11Copy full SHA for 5b14a11
.github/workflows/test.yml
@@ -5,6 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
os: [windows-2019, windows-2022]
8
+ runs-on: ${{ matrix.os }}
9
name: Build and test driver on ${{ matrix.os }}
10
env:
11
CASS_DRIVER_LIBEV_INCLUDES: C:/vcpkg/packages/libev_x64-windows/include/libev
0 commit comments