Skip to content

Commit

Permalink
Merge pull request #78 from BP-WG/v0.11
Browse files Browse the repository at this point in the history
Commitment layouts with Vesper
  • Loading branch information
dr-orlovsky authored Feb 26, 2024
2 parents 896577b + 2a7e18f commit d7ca1bc
Show file tree
Hide file tree
Showing 61 changed files with 932 additions and 769 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 rust stable
Expand All @@ -72,7 +72,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 Down
Loading

0 comments on commit d7ca1bc

Please sign in to comment.