From: Viktor Szakats Date: Tue, 5 Aug 2025 22:22:53 +0000 (+0200) Subject: GHA/curl-for-win: include CPU archs in job names X-Git-Tag: curl-8_16_0~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7aa04d33950ceecf39ea18890d0db0b74afaa281;p=thirdparty%2Fcurl.git GHA/curl-for-win: include CPU archs in job names Closes #18191 --- 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: