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