Skip to content

Commit

Permalink
update ubuntu version for extras runner
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 8, 2024
1 parent 36bee11 commit 94cb258
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubicloud-standard-4-arm]
postgres: [11, 12, 13, 14, 15, 16]
# os: [ubuntu-22.04, ubicloud-standard-4-arm]
os: [ubuntu-22.04]
# postgres: [11, 12, 13, 14, 15, 16]
postgres: [15]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 94cb258

Please sign in to comment.