Skip to content

Commit

Permalink
wrong use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 12, 2024
1 parent ffdd473 commit bff18a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
crystal_version: nightly
postgres_version: 14
experimental: true
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
services:
postgres:
Expand Down

0 comments on commit bff18a6

Please sign in to comment.