File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
build :
25
- name : ${{ matrix.os == 'macos-latest-large' && 'mac- x86_64' || 'mac- arm64' }}-${{ matrix.build_type }}
25
+ name : ${{ matrix.os == 'macos-latest-large' && 'x86_64' || 'arm64' }}-${{ matrix.build_type }}
26
26
runs-on : ${{ matrix.os }}
27
27
strategy :
28
28
fail-fast : false
Original file line number Diff line number Diff line change 73
73
/bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh"
74
74
75
75
build :
76
- name : ubuntu- ${{ matrix.build_type }}
76
+ name : ${{ matrix.build_type }}
77
77
runs-on : ubuntu-latest
78
78
strategy :
79
79
fail-fast : false
Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
build :
25
- name : win- ${{ matrix.build_type }}
25
+ name : ${{ matrix.build_type }}
26
26
runs-on : windows-latest
27
27
strategy :
28
28
fail-fast : false
You can’t perform that action at this time.
0 commit comments