GHA : Use ubuntu-latest

This commit is contained in:
Magne Sjaastad
2021-04-27 15:32:07 +02:00
parent 2c91725365
commit d6b8db47b8

View File

@@ -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,