Skip to content

Commit b818aed

Browse files
committed
Include architecture in macos job name
1 parent 6633967 commit b818aed

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
@@ -100,8 +100,12 @@ jobs:
100100
MACOS_DEBUG_NTS:
101101
strategy:
102102
matrix:
103-
os: [13, 14]
104-
name: MACOS_DEBUG_NTS_${{ matrix.os }}
103+
include:
104+
- os: 13
105+
arch: X32
106+
- os: 14
107+
arch: ARM64
108+
name: MACOS_${{ matrix.arch }}_DEBUG_NTS
105109
runs-on: macos-${{ matrix.os }}
106110
steps:
107111
- name: git checkout

0 commit comments

Comments
 (0)