We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a1189 commit 2fc2e89Copy full SHA for 2fc2e89
1 file changed
.github/workflows/md5checker.yml
@@ -51,7 +51,10 @@ jobs:
51
52
build-macos:
53
name: Build macOS Packages
54
- runs-on: macos-latest
+ runs-on: ${{ matrix.os }}
55
+ strategy:
56
+ matrix:
57
+ os: [macos-latest, macos-13]
58
steps:
59
- uses: actions/checkout@v5
60
with:
@@ -81,7 +84,7 @@ jobs:
81
84
- name: Upload macOS artifacts
82
85
uses: actions/upload-artifact@v4
83
86
- name: md5checker-macos
87
+ name: md5checker-${{ matrix.os }}
88
path: examples/md5_checker/dist/*
89
90
build-windows:
0 commit comments