From 60faf650f2443b9a204921a3817cf493504f2eec Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 12 Sep 2023 12:58:27 -0600 Subject: [PATCH] Fixed test --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 775a544..a74e0c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,10 @@ jobs: test-postgresql: name: Test pg_dump with PostgreSQL version - runs-on: ${{ matrix.platform }} + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest, macos-latest, macos-11] postgresql_version: [12, 14, 15] services: postgres: