mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
mac universal build
This commit is contained in:
parent
b254c90f33
commit
bf4b7beadb
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@ -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
|
||||
|
@ -26,8 +26,7 @@
|
||||
"target": {
|
||||
"target": "default",
|
||||
"arch": [
|
||||
"arm64",
|
||||
"x64"
|
||||
"universal"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user