Skip to content

Commit

Permalink
Introduction of matrix to cover both available Windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Nov 13, 2024
1 parent c975465 commit 8a896a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ on: [push]
name: Test
jobs:
test:
name: Build and test driver on windows-2022
runs-on: windows-2019
strategy:
matrix:
os: [windows-2019, windows-2022]
name: Build and test driver on ${{ matrix.os }}
env:
CASS_DRIVER_LIBEV_INCLUDES: C:/vcpkg/packages/libev_x64-windows/include/libev
CASS_DRIVER_LIBEV_LIBS: C:/vcpkg/packages/libev_x64-windows/lib
Expand Down

0 comments on commit 8a896a3

Please sign in to comment.