Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix: minor fixes to workflows (#15)
Browse files Browse the repository at this point in the history
unremove macos name in build matrix
update rust in fmt and lint workflows
  • Loading branch information
Daniel-Bloom-dfinity committed Feb 4, 2022
1 parent 5e94d44 commit 577d914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1', '1.55.0' ]
rust: [ '1.55.0', '1.58.1' ]
os: [ ubuntu-latest ]

steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
rust: [ '1.55.0' ]
os: [ ubuntu-latest, macos-latest ]
include:
- os: macos-latest
name: macos

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 577d914

Please sign in to comment.