mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
GHA : Use ubuntu-latest
This commit is contained in:
parent
2c91725365
commit
d6b8db47b8
8
.github/workflows/ResInsightWithCache.yml
vendored
8
.github/workflows/ResInsightWithCache.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
||||
execute-unit-tests: true
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 20.04",
|
||||
os: ubuntu-20.04,
|
||||
name: "Ubuntu Latest gcc",
|
||||
os: ubuntu-latest,
|
||||
cc: "gcc", cxx: "g++",
|
||||
vcpkg-response-file: vcpkg_x64-linux.txt,
|
||||
vcpkg-triplet: x64-linux,
|
||||
@ -43,8 +43,8 @@ jobs:
|
||||
execute-unit-tests: true
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 20.04 clang",
|
||||
os: ubuntu-20.04,
|
||||
name: "Ubuntu Latest clang",
|
||||
os: ubuntu-latest,
|
||||
cc: "clang", cxx: "clang++",
|
||||
vcpkg-response-file: vcpkg_x64-linux.txt,
|
||||
vcpkg-triplet: x64-linux,
|
||||
|
Loading…
Reference in New Issue
Block a user