diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 208809f0e7b72..40ddcab28fa6d 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -22,7 +22,7 @@ on: jobs: build: - name: ${{ matrix.os == 'macos-latest-large' && 'mac-x86_64' || 'mac-arm64' }}-${{ matrix.build_type }} + name: ${{ matrix.os == 'macos-latest-large' && 'x86_64' || 'arm64' }}-${{ matrix.build_type }} runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 1e03b59247b6d..6fef4c339b12d 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -73,7 +73,7 @@ jobs: /bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh" build: - name: ubuntu-${{ matrix.build_type }} + name: ${{ matrix.build_type }} runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index b61b45daf01fb..c16716cb04e24 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -22,7 +22,7 @@ on: jobs: build: - name: win-${{ matrix.build_type }} + name: ${{ matrix.build_type }} runs-on: windows-latest strategy: fail-fast: false