Skip to content

Commit

Permalink
ci(test): add mac-arm64 for
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jul 3, 2023
1 parent 698e046 commit d4b0547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
rust: [1.70.0, 1.69, 1.68]
container:
image: fedora:latest

steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, mac-arm64]
rust: [1.70.0, 1.69, 1.68]

steps:
Expand Down

0 comments on commit d4b0547

Please sign in to comment.