Update ci workflows

This commit is contained in:
ado 2023-08-07 01:16:45 +02:00
parent 07373ea043
commit 80c189f9c5
6 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Clang "${{matrix.version}}:${{matrix.type}}" name: Clang ${{matrix.version}}: ${{matrix.type}}
container: container:
image: teeks99/clang-ubuntu:${{matrix.version}} image: teeks99/clang-ubuntu:${{matrix.version}}

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: GCC "${{matrix.version}}:${{matrix.type}}" name: GCC ${{matrix.version}}: ${{matrix.type}}
container: container:
image: gcc:${{matrix.version}} image: gcc:${{matrix.version}}

View File

@ -17,8 +17,8 @@ on:
env: env:
URL_BASE: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431 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_BASEKIT_URL: ${env.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_HPCKIT_URL: ${env.URL_BASE}/l_HPCKit_p_2021.1.0.2684_offline.sh
jobs: jobs:
icc_tests: icc_tests:

View File

@ -40,7 +40,7 @@ jobs:
build: [Debug, Release] build: [Debug, Release]
platform: [Win32, x64] platform: [Win32, x64]
name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}" name: ${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}
steps: steps:
- name: checkout - name: checkout

View File

@ -21,7 +21,7 @@ jobs:
! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]') ! 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}} runs-on: ${{matrix.os}}

View File

@ -21,7 +21,7 @@ jobs:
! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]') ! 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}} runs-on: ${{matrix.os}}