We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd47de commit 185d3aeCopy full SHA for 185d3ae
1 file changed
.github/workflows/build.yml
@@ -237,6 +237,7 @@ jobs:
237
xcode: "Xcode_15.2"
238
- os: "macos-15"
239
arch: "arm"
240
+ - os: "macos-15-intel"
241
242
arch: "test"
243
swift: "-target arm64-apple-macosx10.15"
@@ -303,7 +304,7 @@ jobs:
303
304
- uses: actions/upload-artifact@v4
305
if: ${{ matrix.arch != 'test' }}
306
with:
- name: mpv-${{ matrix.os }}-${{ matrix.arch }}
307
+ name: mpv-${{ matrix.os }}${{ matrix.arch != '' && format('-{0}', matrix.arch) || '' }}
308
path: mpv.tar.gz
309
310
linux:
0 commit comments