Skip to content

Commit

Permalink
run CI on Rust 1.74
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Sep 17, 2024
1 parent 95421e9 commit 3c2522e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Aries-Askar"

env:
RUST_VERSION: "1.70.0"
RUST_VERSION: "1.74.0"
CROSS_VERSION: "0.2.4"
TEST_FEATURES: ""

Expand Down Expand Up @@ -313,11 +313,10 @@ jobs:
build-javascript:
name: Build and test JavaScript wrapper
needs: [build-release]

strategy:
matrix:
architecture:
[linux-aarch64, linux-x86_64, darwin-universal]
architecture: [linux-aarch64, linux-x86_64, darwin-universal]
include:
- os: ubuntu-latest
architecture: linux-aarch64
Expand All @@ -327,7 +326,7 @@ jobs:
architecture: darwin-universal

runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: wrappers/javascript
Expand Down

0 comments on commit 3c2522e

Please sign in to comment.