Skip to content

Commit c06f69c

Browse files
committed
w5
1 parent 11dd8a9 commit c06f69c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
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 }}
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
fail-fast: false

.github/workflows/ci_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
/bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh"
7474
7575
build:
76-
name: ubuntu-${{ matrix.build_type }}
76+
name: ${{ matrix.build_type }}
7777
runs-on: ubuntu-latest
7878
strategy:
7979
fail-fast: false

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
build:
25-
name: win-${{ matrix.build_type }}
25+
name: ${{ matrix.build_type }}
2626
runs-on: windows-latest
2727
strategy:
2828
fail-fast: false

0 commit comments

Comments
 (0)