Skip to content

Commit

Permalink
Remove Rust 1.75 from Ubuntu action
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jan 9, 2025
1 parent e934b01 commit 252f41b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@ env:

jobs:
build:
strategy:
matrix:
rust-version: [stable, 1.75]

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup rust
run: rustup default ${{ matrix.rust-version }}

- name: Build default features
run: cargo build
- name: Test default features
Expand Down

0 comments on commit 252f41b

Please sign in to comment.