Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Dec 9, 2024
1 parent 2e08351 commit 6a7ef3e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres-version: [14, 15, 16, 17]
os: [ubuntu-latest, ubuntu-24.04, windows-latest, windows-2019, macos-latest, macos-13]
include:
- os: ubuntu-latest
postgres-version: '17'
- os: ubuntu-24.04
postgres-version: '17'
- os: windows-latest
postgres-version: '17'
- os: windows-2019
postgres-version: '17'
- os: macos-latest
postgres-version: '17'
- os: macos-13
postgres-version: '17'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6a7ef3e

Please sign in to comment.