File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 path : dist/batimg-linux-x86_64
4242
4343 build-macos :
44- name : Build macOS ${{ matrix.arch }}
45- runs-on : ${{ matrix.os }}
46- strategy :
47- matrix :
48- include :
49- - os : macos-13
50- arch : x86_64
51- target : x86_64-apple-darwin
52- - os : macos-14
53- arch : aarch64
54- target : aarch64-apple-darwin
44+ name : Build macOS ARM64
45+ runs-on : macos-latest
5546
5647 steps :
5748 - name : Checkout
@@ -70,14 +61,14 @@ jobs:
7061 - name : Prepare artifact
7162 run : |
7263 mkdir -p dist
73- cp target/release/batimg dist/batimg-macos-${{ matrix.arch }}
74- chmod +x dist/batimg-macos-${{ matrix.arch }}
64+ cp target/release/batimg dist/batimg-macos-aarch64
65+ chmod +x dist/batimg-macos-aarch64
7566
7667 - name : Upload artifact
7768 uses : actions/upload-artifact@v4
7869 with :
79- name : batimg-macos-${{ matrix.arch }}
80- path : dist/batimg-macos-${{ matrix.arch }}
70+ name : batimg-macos-aarch64
71+ path : dist/batimg-macos-aarch64
8172
8273 release :
8374 name : Create Release
You can’t perform that action at this time.
0 commit comments