Skip to content

Commit 2fc2e89

Browse files
committed
Add intel mac to md5checker.yml
1 parent 23a1189 commit 2fc2e89

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/md5checker.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151

5252
build-macos:
5353
name: Build macOS Packages
54-
runs-on: macos-latest
54+
runs-on: ${{ matrix.os }}
55+
strategy:
56+
matrix:
57+
os: [macos-latest, macos-13]
5558
steps:
5659
- uses: actions/checkout@v5
5760
with:
@@ -81,7 +84,7 @@ jobs:
8184
- name: Upload macOS artifacts
8285
uses: actions/upload-artifact@v4
8386
with:
84-
name: md5checker-macos
87+
name: md5checker-${{ matrix.os }}
8588
path: examples/md5_checker/dist/*
8689

8790
build-windows:

0 commit comments

Comments
 (0)