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