CI warning caused by deprecation of ubuntu-18.04 there
[warning]The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
strategy:
|
||||
matrix:
|
||||
linux_focal_gcc9_minimal:
|
||||
imageName: 'ubuntu-20.04'
|
||||
linux_latest_gcc9_minimal:
|
||||
imageName: 'ubuntu-latest'
|
||||
toolchainName: gcc9
|
||||
buildTargetName: minimal
|
||||
linux_focal_clang_all:
|
||||
@@ -20,10 +20,6 @@ strategy:
|
||||
imageName: 'ubuntu-22.04'
|
||||
toolchainName: gcc11
|
||||
buildTargetName: all
|
||||
linux_bionic_gcc7_all:
|
||||
imageName: 'ubuntu-18.04'
|
||||
toolchainName: gcc7
|
||||
buildTargetName: all
|
||||
macOS_latest_clang_all:
|
||||
imageName: 'macOS-latest'
|
||||
toolchainName: clang
|
||||
|
||||
Reference in New Issue
Block a user