Skip to content

Commit 705a37b

Browse files
committed
Include architecture in macos job name
1 parent b1e5135 commit 705a37b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,12 @@ jobs:
150150
MACOS_DEBUG_NTS:
151151
strategy:
152152
matrix:
153-
os: [13, 14]
154-
name: MACOS_DEBUG_NTS_${{ matrix.os }}
153+
include:
154+
- os: 13
155+
arch: X32
156+
- os: 14
157+
arch: ARM64
158+
name: MACOS_${{ matrix.arch }}_DEBUG_NTS
155159
runs-on: macos-${{ matrix.os }}
156160
steps:
157161
- name: git checkout

0 commit comments

Comments
 (0)