Skip to content

Commit

Permalink
build matrix for sync (#275)
Browse files Browse the repository at this point in the history
mattwparas authored Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6fbfd97 commit 29f14b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,14 @@ jobs:

sync-build:
name: Test Suite (sync)
runs-on: ubuntu-latest
strategy:
matrix:
os: [
{ os: ubuntu-latest, arch: x86_64-unknown-linux-gnu },
{ os: macos-latest, arch: aarch64-apple-darwin },
{ os: windows-latest, arch: x86_64-pc-windows-msvc }
]
runs-on: ${{ matrix.os.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2

0 comments on commit 29f14b7

Please sign in to comment.