Skip to content

Commit

Permalink
fix: removed latest from python
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 29, 2022
1 parent 4d7b0ce commit 526fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Build Python
strategy:
matrix:
rust-version: ["1.54", "1.55", "1.56", "1.57", "1.58", "1.59", "1.60", "1.61", "latest"]
rust-version: ["1.54", "1.55", "1.56", "1.57", "1.58", "1.59", "1.60", "1.61"]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}-bullseye
steps:
Expand Down

0 comments on commit 526fbc1

Please sign in to comment.