diff --git a/.github/workflows/build-test-macos-core.yml b/.github/workflows/build-test-macos-core.yml index a6ec16c967..56cabf6054 100644 --- a/.github/workflows/build-test-macos-core.yml +++ b/.github/workflows/build-test-macos-core.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - name: Build and test MacOS + name: Build and test MacOS Core runs-on: ${{ matrix.os }} timeout-minutes: 90 strategy: diff --git a/.github/workflows/build-test-macos-wallet.yml b/.github/workflows/build-test-macos-wallet.yml index 623a776a7a..6a5c4297a6 100644 --- a/.github/workflows/build-test-macos-wallet.yml +++ b/.github/workflows/build-test-macos-wallet.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - name: Build and test MacOS + name: Build and test MacOS Wallet runs-on: ${{ matrix.os }} timeout-minutes: 90 strategy: diff --git a/.github/workflows/build-test-ubuntu-core.yml b/.github/workflows/build-test-ubuntu-core.yml index 9ff2fede7d..ff9899c86e 100644 --- a/.github/workflows/build-test-ubuntu-core.yml +++ b/.github/workflows/build-test-ubuntu-core.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - name: Build and test Ubuntu + name: Build and test Ubuntu Core runs-on: ${{ matrix.os }} timeout-minutes: 90 strategy: diff --git a/.github/workflows/build-test-ubuntu-wallet.yml b/.github/workflows/build-test-ubuntu-wallet.yml index 9ff2fede7d..bbffad9610 100644 --- a/.github/workflows/build-test-ubuntu-wallet.yml +++ b/.github/workflows/build-test-ubuntu-wallet.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - name: Build and test Ubuntu + name: Build and test Ubuntu Wallet runs-on: ${{ matrix.os }} timeout-minutes: 90 strategy: