Skip to content

Commit

Permalink
Merge pull request #103 from AluVM/v0.11
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dr-orlovsky authored Feb 16, 2024
2 parents 3e9bcfb + 0861be5 commit 28c21e9
Show file tree
Hide file tree
Showing 35 changed files with 196 additions and 285 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019, windows-2022 ]
steps:
- uses: actions/checkout@v2
- name: Install macos dependencies
Expand All @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.67.0 ]
toolchain: [ nightly, beta, stable, 1.69.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand All @@ -76,26 +76,3 @@ jobs:
uses: davidB/rust-cargo-make@v1
- name: Build with all features and all targets
run: cargo make check-all
dependency:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Create dependency
run: |
cargo new dep_test
cp tests/depCargo.toml dep_test/Cargo.toml
cd dep_test
- name: Build dependency
uses: actions-rs/cargo@v1
with:
command: check
args: --verbose
- name: Clean up
run: |
cd ..
rm -rf dep_test
Loading

0 comments on commit 28c21e9

Please sign in to comment.