Skip to content

Commit

Permalink
removed nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacia committed Sep 19, 2023
1 parent 3c66214 commit 9a46ffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: [1.9.0, 1.8.0, latest, nightly]
crystal: [1.9.0, 1.8.0, latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: [1.9.0, 1.8.0, latest, nightly]
crystal: [1.9.0, 1.8.0, latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: [1.9.0, 1.8.0, latest, nightly]
crystal: [1.9.0, 1.8.0, latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 9a46ffb

Please sign in to comment.