Skip to content

Commit 514a83f

Browse files
Update CI workflow with platform-specific emojis
- Use 🐧 for Linux (ubuntu-latest) - Use 🍎 for Mac (macos-latest) - Use πŸͺŸ for Windows (windows-latest) - Improves workflow readability and platform identification Co-Authored-By: Dan Lynch <[email protected]>
1 parent dea3329 commit 514a83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
retention-days: 1
3636

3737
test:
38-
name: Test on ${{ matrix.os }} πŸ§ͺ
38+
name: Test on ${{ matrix.os }} ${{ matrix.os == 'ubuntu-latest' && '🐧' || matrix.os == 'macos-latest' && '🍎' || 'πŸͺŸ' }}
3939
needs: build-wasm
4040
strategy:
4141
matrix:

0 commit comments

Comments
Β (0)