mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 09:56:00 +00:00
mac universal build
This commit is contained in:
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@@ -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
|
||||||
|
|||||||
@@ -26,8 +26,7 @@
|
|||||||
"target": {
|
"target": {
|
||||||
"target": "default",
|
"target": "default",
|
||||||
"arch": [
|
"arch": [
|
||||||
"arm64",
|
"universal"
|
||||||
"x64"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user