Skip to content

Commit 37d6f08

Browse files
authored
Add aarch64-apple-darwin test (#34)
Adds aarch64-apple-darwin test to CI pipeline.
1 parent 6618512 commit 37d6f08

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
cross: true
7676
test: true
7777

78+
- target: aarch64-apple-darwin
79+
os: macos-latest
80+
name: macOS
81+
cross: false
82+
test: true
83+
7884
# - os: ubuntu-latest
7985
# name: OpenWrt
8086
# target: aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)