Skip to content

Commit 7025fef

Browse files
committed
test
1 parent ded75bc commit 7025fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-macos-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os: macos-arm64
4444
channel: ${{ inputs.channel }}
4545

46-
linux:
46+
macos:
4747
needs: generate-macos-matrix
4848
strategy:
4949
matrix: ${{ fromJson(needs.generate-macos-matrix.outputs.matrix) }}
@@ -78,7 +78,7 @@ jobs:
7878
python ./test/smoke_test/smoke_test.py
7979
fi
8080
81-
linux:
81+
macos-arm64:
8282
needs: generate-macos-arm64-matrix
8383
strategy:
8484
matrix: ${{ fromJson(needs.generate-macos-arm64-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)