diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 4d1c5387..44cf1ce6 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -2,7 +2,7 @@ on: [ workflow_call, workflow_dispatch ] jobs: - build-macos: + build: name: 🍏 iOS ${{ matrix.arch }} ${{ matrix.target }} runs-on: macos-latest strategy: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3e345122..6204bfc5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,7 +2,7 @@ on: [ workflow_call, workflow_dispatch ] jobs: - build-linux: + build: name: 🐧 Linux ${{ matrix.arch }} ${{ matrix.target }} runs-on: ubuntu-20.04 strategy: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3735842b..1fdb724a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -2,7 +2,7 @@ on: [ workflow_call, workflow_dispatch ] jobs: - build-macos: + build: name: 🍎 macOS ${{ matrix.arch }} ${{ matrix.target }} runs-on: macos-latest strategy: