Skip to content

Commit f8358cb

Browse files
authored
Try to run CI with an apple arm64 target (#166)
1 parent 72c87f9 commit f8358cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
target: aarch64-apple-ios
4848
- os: macos-10.15
4949
target: x86_64-apple-darwin # 64-bit OSX
50+
- os: macos-11
51+
target: aarch64-apple-darwin # 64-bit M1 OSX
5052
- os: windows-2019
5153
target: x86_64-pc-windows-msvc
5254
steps:

0 commit comments

Comments
 (0)