Skip to content

Commit 0b84e5a

Browse files
committed
add mac
1 parent 45f7bdb commit 0b84e5a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
rid: win-x64
2222
- os: windows-latest
2323
rid: win-x86
24+
- os: macos-latest
25+
rid: osx-x64
26+
- os: macos-latest
27+
rid: osx-arm64
2428

2529
steps:
2630
- name: Checkout

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
rid: win-x64
2323
- os: windows-latest
2424
rid: win-x86
25+
- os: macos-latest
26+
rid: osx-x64
27+
- os: macos-latest
28+
rid: osx-arm64
2529

2630
steps:
2731
- name: Checkout

0 commit comments

Comments
 (0)