Skip to content

Commit 12915d1

Browse files
committed
chore: update macOS target architecture to arm64 in build workflow
1 parent 6af0f7c commit 12915d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
target: [macos-x64, windows-x64, linux-x64]
15+
target: [macos-arm64, windows-x64, linux-x64]
1616
include:
1717
# - target: macos-arm64
1818
# os: macos
1919
# arch: arm64
2020
# runner: macOS-latest
2121

22-
- target: macos-x64
22+
- target: macos-arm64
2323
os: macos
2424
arch: arm64
2525
runner: macOS-latest
@@ -187,9 +187,9 @@ jobs:
187187
uses: softprops/action-gh-release@v1
188188
with:
189189
files: |
190-
artifacts/windows-x64/desktop_adb_file_browser.msix
190+
artifacts/desktop_adb_file_browser.msix
191191
artifacts/windows-x64 Inno installer.exe
192192
artifacts/windows-x64.zip
193193
artifacts/linux-x64.zip
194-
artifacts/macos-x64/result.zip
194+
artifacts/macos-arm64.zip
195195
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)