mac universal build

This commit is contained in:
Jan Prochazka 2022-04-14 08:10:18 +02:00
parent b254c90f33
commit bf4b7beadb
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# os: [macOS-10.15, windows-2022, ubuntu-18.04]
os: [macos-arm64]
os: [macOS-10.15]
steps:
- name: Context

View File

@ -26,8 +26,7 @@
"target": {
"target": "default",
"arch": [
"arm64",
"x64"
"universal"
]
}
},