Skip to content

Commit ac2d365

Browse files
committed
Re-disable Windows
1 parent 72caf50 commit ac2d365

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
# Disabling windows builds while we figure out why they're broken
12-
os: [ubuntu-22.04, macos-14, windows-2022]
11+
# Disabling windows builds while we fix installing PostgreSQL 16
12+
# os: [ubuntu-22.04, macos-14, windows-2022]
13+
os: [ubuntu-22.04, macos-14]
1314
cgo: ['1', '0']
1415
# Workaround no native support for conditional matrix items
1516
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
16-
# isMain:
17-
# - ${{ github.ref == 'refs/heads/main' }}
18-
# exclude:
19-
# - isMain: false
20-
# include:
21-
# - os: ubuntu-22.04
22-
# cgo: '1'
23-
# - os: ubuntu-22.04
24-
# cgo: '0'
17+
isMain:
18+
- ${{ github.ref == 'refs/heads/main' }}
19+
exclude:
20+
- isMain: false
21+
include:
22+
- os: ubuntu-22.04
23+
cgo: '1'
24+
- os: ubuntu-22.04
25+
cgo: '0'
2526
name: test ${{ matrix.os }} cgo=${{ matrix.cgo }}
2627
runs-on: ${{ matrix.os }}
2728

0 commit comments

Comments
 (0)