Skip to content

Commit

Permalink
Replace whitespace with "_" for release names
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Feb 27, 2024
1 parent e0118b5 commit b74c0c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
config:
- {
name: "Windows Latest MSVC",
name: "Windows_Latest_MSVC",
os: windows-2022,
cc: "cl",
cxx: "cl",
Expand All @@ -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++",
Expand All @@ -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",
Expand Down

0 comments on commit b74c0c5

Please sign in to comment.