Skip to content

Commit 5708baf

Browse files
fix: add universal2 for macos-13 and macos-14
1 parent 7028ac9 commit 5708baf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ jobs:
218218
include:
219219
- os: ubuntu-20.04
220220
arch: aarch64
221+
- os: macos-13
222+
arch: universal2
223+
- os: macos-14
224+
arch: universal2
221225
steps:
222226
- uses: actions/checkout@v3
223227
- name: Set up QEMU

0 commit comments

Comments
 (0)