Skip to content

Commit

Permalink
Github CI: Disable nightly because it breaks too often
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragmaanir committed Jul 3, 2023
1 parent 35f9602 commit e6bd2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crystal.yml
Expand Up @@ -12,7 +12,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: [latest, nightly]
# crystal: [latest, nightly]
crystal: [latest] # nightly breaks to often
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit e6bd2bb

Please sign in to comment.