diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index 065d7c3..55cad8a 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest - name: Clang "${{matrix.version}}:${{matrix.type}}" + name: Clang ${{matrix.version}}: ${{matrix.type}} container: image: teeks99/clang-ubuntu:${{matrix.version}} diff --git a/.github/workflows/ubuntu-latest-gcc.yml b/.github/workflows/ubuntu-latest-gcc.yml index c16eff6..0adcdd3 100644 --- a/.github/workflows/ubuntu-latest-gcc.yml +++ b/.github/workflows/ubuntu-latest-gcc.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest - name: GCC "${{matrix.version}}:${{matrix.type}}" + name: GCC ${{matrix.version}}: ${{matrix.type}} container: image: gcc:${{matrix.version}} diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 6da90b1..fe02c9e 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -17,8 +17,8 @@ on: env: URL_BASE: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431 - LINUX_BASEKIT_URL: ${URL_BASE}/l_BaseKit_p_2021.1.0.2659_offline.sh - LINUX_HPCKIT_URL: ${URL_BASE}/l_HPCKit_p_2021.1.0.2684_offline.sh + LINUX_BASEKIT_URL: ${env.URL_BASE}/l_BaseKit_p_2021.1.0.2659_offline.sh + LINUX_HPCKIT_URL: ${env.URL_BASE}/l_HPCKit_p_2021.1.0.2684_offline.sh jobs: icc_tests: diff --git a/.github/workflows/win-msvc.yml b/.github/workflows/win-msvc.yml index dd54c1a..5f3d89b 100644 --- a/.github/workflows/win-msvc.yml +++ b/.github/workflows/win-msvc.yml @@ -40,7 +40,7 @@ jobs: build: [Debug, Release] platform: [Win32, x64] - name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}" + name: ${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}} steps: - name: checkout diff --git a/.github/workflows/win-msys2-clang.yml b/.github/workflows/win-msys2-clang.yml index 727c4d8..68c59eb 100644 --- a/.github/workflows/win-msys2-clang.yml +++ b/.github/workflows/win-msys2-clang.yml @@ -21,7 +21,7 @@ jobs: ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]') - name: "${{matrix.os}}:${{matrix.msystem}}:${{matrix.type}}" + name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}} runs-on: ${{matrix.os}} diff --git a/.github/workflows/win-msys2-gcc.yml b/.github/workflows/win-msys2-gcc.yml index 5e419d2..a30077a 100644 --- a/.github/workflows/win-msys2-gcc.yml +++ b/.github/workflows/win-msys2-gcc.yml @@ -21,7 +21,7 @@ jobs: ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]') - name: "${{matrix.os}}:${{matrix.msystem}}:${{matrix.type}}" + name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}} runs-on: ${{matrix.os}}