Use gcc-10 for building Ubuntu 20.04 release binaries
This commit is contained in:
4
.github/workflows/release-linux-distros.yml
vendored
4
.github/workflows/release-linux-distros.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
include:
|
||||
- container_image: "ubuntu:20.04"
|
||||
bundle_name: "focal"
|
||||
compiler: "g++"
|
||||
c_compiler: "gcc"
|
||||
compiler: "g++-10"
|
||||
c_compiler: "gcc-10"
|
||||
- container_image: "ubuntu:22.04"
|
||||
bundle_name: "jammy"
|
||||
compiler: "g++"
|
||||
|
Reference in New Issue
Block a user