From 98434f288237bc7f1755f6dce68186043a2d882a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 11 Sep 2023 19:54:00 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9926ad3..eb83f1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, macos-13, windows-latest, windows-2919] + platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, macos-13, windows-latest, windows-2019] postgresql_version: [10, 11, 12, 14, 15] steps: - name: Checkout