Skip to content

Commit

Permalink
bump candid (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored May 3, 2024
1 parent a62c7af commit 43bff5d
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 337 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
test:
runs-on: ubuntu-latest
env:
DFX_VERSION: 0.15.2
DFX_VERSION: 0.19.0
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install stable Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -19,7 +19,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Cache cargo build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: linux64
artifact_name: target/release/ic-repl
asset_name: ic-repl-linux64
- os: macos-latest
- os: macos-12
name: macos
artifact_name: target/release/ic-repl
asset_name: ic-repl-macos
Expand All @@ -24,7 +24,7 @@ jobs:
artifact_name: target/arm-unknown-linux-gnueabihf/release/ic-repl
asset_name: ic-repl-arm32
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install stable toolchain
if: matrix.name != 'arm'
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit 43bff5d

Please sign in to comment.