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: strategy:
matrix: matrix:
# os: [macOS-10.15, windows-2022, ubuntu-18.04] # os: [macOS-10.15, windows-2022, ubuntu-18.04]
os: [macos-arm64] os: [macOS-10.15]
steps: steps:
- name: Context - name: Context

View File

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