Skip to content

Commit

Permalink
build: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn committed Aug 30, 2023
1 parent e2eb78a commit bfe483b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
toolchain: [ stable, 1.48.0 ]
toolchain: [ stable, 1.70.0 ]
include:
- toolchain: stable
check-fmt: true
exclude:
- platform: macos-latest
toolchain: 1.48.0
- platform: windows-latest
toolchain: stable
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code
Expand Down

0 comments on commit bfe483b

Please sign in to comment.