mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 11:47:57 +08:00
chore(workflows): remove m1 build step
This commit is contained in:
parent
036e568f1b
commit
39c819040d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, macos-12, ubuntu-latest]
|
||||
os: [windows-latest, macos-12, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Check out git repository
|
||||
|
@ -96,11 +96,7 @@ const config: Configuration = {
|
||||
// target: ['dmg', 'zip']
|
||||
target: [
|
||||
{
|
||||
target: 'dmg',
|
||||
arch: ['x64', 'arm64']
|
||||
},
|
||||
{
|
||||
target: 'zip',
|
||||
target: 'default',
|
||||
arch: ['x64', 'arm64']
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user