Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 11, 2024
1 parent 5cee36a commit e7bd7bc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-15, macos-14, macos-13]
postgres-version: [17, 16, 15, 14, 13]
include:
- os: windows-2022
postgres-version: 14
- os: windows-2019
postgres-version: 14
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
postgres-version: [16]
steps:
- uses: actions/checkout@v4
- uses: ./.
Expand Down

0 comments on commit e7bd7bc

Please sign in to comment.