Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Sep 20, 2024
2 parents c09e72a + 278c7be commit a3f7102
Show file tree
Hide file tree
Showing 23 changed files with 697 additions and 492 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11 ]
os: [ ubuntu-latest, macos-12 ]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11 ]
os: [ ubuntu-latest, macos-12 ]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
checks:
- --hide-inclusion-graph --show-stats advisories sources
- --hide-inclusion-graph --show-stats advisories sources -Wunmaintained
- --hide-inclusion-graph --show-stats bans
- --hide-inclusion-graph --show-stats licenses
steps:
Expand Down
472 changes: 236 additions & 236 deletions .github/workflows/package.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit a3f7102

Please sign in to comment.