Use Ubuntu 20.04 for All Linux Builds (#3268)

This commit is contained in:
Nick Banks 2022-12-06 16:00:19 -05:00 коммит произвёл GitHub
Родитель 24eadfd59b
Коммит 2d76cf2633
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -290,7 +290,7 @@ stages:
jobs:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
@ -302,14 +302,14 @@ stages:
jobs:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
config: Debug
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
@ -332,7 +332,7 @@ stages:
jobs:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
@ -341,7 +341,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
@ -350,7 +350,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: android
arch: arm64
tls: openssl
@ -359,7 +359,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: arm64
tls: openssl
@ -368,7 +368,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: android
arch: x64
tls: openssl
@ -377,7 +377,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl
@ -397,7 +397,7 @@ stages:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: x64
tls: openssl

Просмотреть файл

@ -215,7 +215,7 @@ stages:
jobs:
- template: ./templates/build-config-user.yml
parameters:
image: ubuntu-latest
image: ubuntu-20.04
platform: linux
arch: ${{ parameters.arch }}
tls: openssl

2
.github/workflows/cross-compile.yml поставляемый
Просмотреть файл

@ -50,7 +50,7 @@ jobs:
toolchain: 'cmake/toolchains/aarch64-linux.cmake'
- arch: arm64
toolchain: 'cmake/toolchains/arm-linux.cmake'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ghcr.io/microsoft/msquic/linux-build-xcomp
name: Build

4
.github/workflows/test-down-level.yml поставляемый
Просмотреть файл

@ -24,11 +24,11 @@ jobs:
fail-fast: false
matrix:
release: ['2.0.6','2.1.5']
os: [ubuntu-latest, windows-latest]
os: [ubuntu-20.04, windows-latest]
arch: [x64]
tls: [schannel, openssl]
exclude:
- os: ubuntu-latest
- os: ubuntu-20.04
tls: schannel
- os: windows-latest
tls: openssl