From 7aa04d33950ceecf39ea18890d0db0b74afaa281 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Aug 2025 00:22:53 +0200 Subject: [PATCH] GHA/curl-for-win: include CPU archs in job names Closes #18191 --- .github/workflows/curl-for-win.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 5b0d2e03c1..c70ac13e96 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -45,7 +45,7 @@ env: jobs: linux-glibc-gcc: - name: 'Linux gcc glibc' + name: 'Linux gcc glibc (amd64, arm64)' runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -74,7 +74,7 @@ jobs: sh -c ./_ci-linux-debian.sh linux-musl-llvm: - name: 'Linux llvm MUSL' + name: 'Linux llvm MUSL (amd64, riscv64)' runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -101,7 +101,7 @@ jobs: sh -c ./_ci-linux-debian.sh mac-clang: - name: 'macOS clang' + name: 'macOS clang (x86_64)' runs-on: macos-latest timeout-minutes: 10 env: @@ -121,7 +121,7 @@ jobs: sh -c ./_ci-mac-homebrew.sh win-llvm: - name: 'Windows llvm' + name: 'Windows llvm (x64)' runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -148,7 +148,7 @@ jobs: sh -c ./_ci-linux-debian.sh win-gcc-libssh-zlibold-x86: - name: 'Windows gcc libssh zlib-classic x86' + name: 'Windows gcc libssh zlib-classic (x86)' runs-on: ubuntu-latest timeout-minutes: 10 steps: -- 2.47.3