Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 8, 2024
1 parent c1d737c commit 6c8816e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-22.04, ubicloud-standard-2-arm, macos-13]
# postgres: [11, 12, 13, 14, 15, 16]
os: [ubuntu-22.04]
postgres: [15]
os: [ubuntu-22.04, ubicloud-standard-4-arm, macos-13]
postgres: [11, 12, 13, 14, 15, 16]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -149,8 +147,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-22.04, ubicloud-standard-2-arm]
os: [ubuntu-22.04]
os: [ubuntu-22.04, ubicloud-standard-4-arm]
postgres: [15]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6c8816e

Please sign in to comment.