Skip to content

Commit 3a4804c

Browse files
committed
fix build names for macOS
1 parent faf4af7 commit 3a4804c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
artifactPath: ${{ matrix.artifactPath }}
7676

7777
Build-macOS-x86_64:
78-
name: Build
78+
name: Build (macOS x86_64)
7979
uses: ./.github/workflows/build.yml
8080
with:
8181
name: macOS x86_64
@@ -86,7 +86,7 @@ jobs:
8686
artifactPath: export/release/macos/bin/*
8787

8888
Build-macOS-ARM64:
89-
name: Build
89+
name: Build (macOS ARM64)
9090
uses: ./.github/workflows/build.yml
9191
with:
9292
name: macOS ARM64

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
artifactPath: ${{ matrix.artifactPath }}
8282

8383
Build-macOS-x86_64:
84-
name: Build
84+
name: Build (macOS x86_64)
8585
uses: ./.github/workflows/build.yml
8686
with:
8787
name: macOS x86_64
@@ -92,7 +92,7 @@ jobs:
9292
artifactPath: export/release/macos/bin/*
9393

9494
Build-macOS-ARM64:
95-
name: Build
95+
name: Build (macOS ARM64)
9696
uses: ./.github/workflows/build.yml
9797
with:
9898
name: macOS ARM64

0 commit comments

Comments
 (0)