Skip to content

Commit

Permalink
removing windows CI for now until PG shard issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 20, 2024
1 parent 6a193c1 commit cbf5c89
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
experimental:
- false
include:
- shard_file: shard.yml
crystal_version: latest
postgres_version: 16
experimental: true
os: windows-latest
# NOTE: PG shard does not compile on Windows https://github.com/will/crystal-pg/issues/291
# Until that's resolved, this will always fail, so leaving this commented out for now
# - shard_file: shard.yml
# crystal_version: latest
# postgres_version: 16
# experimental: true
# os: windows-latest
- shard_file: shard.edge.yml
crystal_version: latest
postgres_version: 14
Expand Down

0 comments on commit cbf5c89

Please sign in to comment.