Skip to content

Commit f934d5c

Browse files
committed
Revert "Add support for Mac's Intel chips"
This reverts commit 143964a. Looks like it break release action
1 parent d86781e commit f934d5c

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ on:
77

88
jobs:
99
build-and-release:
10-
runs-on: ${{ matrix.os }}
11-
12-
strategy:
13-
matrix:
14-
os: [macos-latest, macos-10.15]
10+
runs-on: macos-latest
1511

1612
steps:
1713
- name: Checkout Git repository
@@ -41,4 +37,3 @@ jobs:
4137
run: |
4238
export PYTHON_PATH=`which python`
4339
npm run release
44-
if: matrix.os == 'macos-latest' || matrix.os == 'macos-10.15'

vue.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ module.exports = defineConfig({
1515
compression: "maximum",
1616
mac: {
1717
category: "public.app-category.utilities",
18-
target: [
19-
{
20-
target: "default",
21-
arch: ["x64", "arm64"] // Target both Intel (x64) and Apple Silicon (arm64) architectures
22-
}
23-
],
18+
target: "default",
2419
icon: "src/assets/icon.icns",
2520
hardenedRuntime: true,
2621
notarize: {

0 commit comments

Comments
 (0)