From 9fc5e45b6b48236d4e7f6ac9bbb58a82bf52df6e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 11 Sep 2023 18:15:24 -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 95f6eec..9926ad3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, windows-2022] + platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, macos-13, windows-latest, windows-2919] postgresql_version: [10, 11, 12, 14, 15] steps: - name: Checkout