Skip to content

Commit

Permalink
update toolchain to try and fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Nov 22, 2022
1 parent 562c26c commit efaba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.53.0
toolchain: 1.65.0
override: true
components: rustfmt
- name: Checkout
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.53.0
toolchain: 1.65.0
target: i686-pc-windows-msvc
override: true
components: rustfmt
Expand Down

0 comments on commit efaba63

Please sign in to comment.