Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdelajonquieresonos committed Jul 19, 2024
1 parent 5b75e81 commit d488ab7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/beta-and-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
strategy:
matrix:
rust: [ 1.75.0, beta ]
os: [ ubuntu-latest, macOS-latest ]
fail-fast: false

runs-on: [ ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v3
- name: Rustup update
Expand All @@ -81,10 +79,9 @@ jobs:
cargo-clippy:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest ]
fail-fast: false

runs-on: [ ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v3
- name: Rustup update, install clippy
Expand Down

0 comments on commit d488ab7

Please sign in to comment.