mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Replace whitespace with "_" for release names
This commit is contained in:
parent
e0118b5715
commit
b74c0c52ed
6
.github/workflows/ResInsightWithCache.yml
vendored
6
.github/workflows/ResInsightWithCache.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
matrix:
|
||||
config:
|
||||
- {
|
||||
name: "Windows Latest MSVC",
|
||||
name: "Windows_Latest_MSVC",
|
||||
os: windows-2022,
|
||||
cc: "cl",
|
||||
cxx: "cl",
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
publish-to-pypi: false,
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 20.04 gcc",
|
||||
name: "Ubuntu_20.04_gcc",
|
||||
os: ubuntu-20.04,
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
publish-to-pypi: true,
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 22.04 clang-16",
|
||||
name: "Ubuntu_22.04_clang-16",
|
||||
os: ubuntu-22.04,
|
||||
cc: "clang-16",
|
||||
cxx: "clang++-16",
|
||||
|
Loading…
Reference in New Issue
Block a user