Skip to content

Commit 087c2f4

Browse files
committed
stage
1 parent f015146 commit 087c2f4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/mac-m1.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414

1515
other-platforms:
1616
needs: setup
17-
runs-on: m1-san
18-
name: apple-mac
17+
if: ${{ needs.setup.outputs.platforms != '[]' }}
18+
runs-on: ${{ matrix.config.os }}
19+
name: ${{ matrix.config.label }}
1920
strategy:
2021
fail-fast: false
2122
matrix:

0 commit comments

Comments
 (0)