Skip to content

Commit

Permalink
Use PG 13.12 for windows builds
Browse files Browse the repository at this point in the history
PostgreSQL 13.13 is currently not available on chocolatey. Therefore,
use PostgreSQL 13.12 instead.
  • Loading branch information
jnidzwetzki committed Nov 27, 2023
1 parent 5f421ec commit b839362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: Windows Packages
- '*'
branches:
- release_test
- trigger/windows_packages

jobs:
config:
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:
pkg_version: ${{ fromJson(needs.config.outputs.pg13_earliest) }}.1
- test: 13max
pg: 13
pkg_version: ${{ fromJson(needs.config.outputs.pg13_latest) }}
pkg_version: 13.12 # hardcoded since 13.13 is not available on chocolatey
- test: 14min
pg: 14
pkg_version: ${{ fromJson(needs.config.outputs.pg14_earliest) }}.1
Expand Down

0 comments on commit b839362

Please sign in to comment.