From 8a896a30ae22eb3a359e185ba4a11798efc16af7 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Wed, 13 Nov 2024 11:14:22 -0600 Subject: [PATCH] Introduction of matrix to cover both available Windows platforms --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b2dc7061..95fc26ea0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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