Skip to content

Commit

Permalink
update run matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Jul 17, 2024
1 parent f3e25ff commit 4a9f0be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
toolchain:
os: [ubuntu-latest, macos-latest]
architecture: [x64, arm64]
toolchain:
- 1.75.0
exclude:
- os: macos-latest
architecture: x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a9f0be

Please sign in to comment.