diff options
-rw-r--r-- | .github/workflows/curl-for-win.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 5b0d2e03c..c70ac13e9 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: |