Skip to content

Commit 185d3ae

Browse files
committed
ci/mac: add macOS 15 intel runner
1 parent ffd47de commit 185d3ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ jobs:
237237
xcode: "Xcode_15.2"
238238
- os: "macos-15"
239239
arch: "arm"
240+
- os: "macos-15-intel"
240241
- os: "macos-15"
241242
arch: "test"
242243
swift: "-target arm64-apple-macosx10.15"
@@ -303,7 +304,7 @@ jobs:
303304
- uses: actions/upload-artifact@v4
304305
if: ${{ matrix.arch != 'test' }}
305306
with:
306-
name: mpv-${{ matrix.os }}-${{ matrix.arch }}
307+
name: mpv-${{ matrix.os }}${{ matrix.arch != '' && format('-{0}', matrix.arch) || '' }}
307308
path: mpv.tar.gz
308309

309310
linux:

0 commit comments

Comments
 (0)