mirror of https://github.com/BOINC/boinc.git
[CI] Build linux, Android and mingw with ubuntu-20.04
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
3452d1cdfc
commit
b9f714f836
|
@ -19,7 +19,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.type }}-build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
type: [manager, libs, apps, manager-vcpkg, libs-vcpkg, apps-vcpkg, libs-cmake]
|
||||
|
|
|
@ -19,7 +19,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.type }}-build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
type: [libs, client, apps, libs-vcpkg, client-vcpkg, apps-vcpkg, libs-cmake, libs-arm64, apps-arm64, manager-with-webview-vcpkg, server, manager-with-webview, manager-without-webview, unit-test, integration-test]
|
||||
|
|
|
@ -19,7 +19,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.type }}-build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
type: [libs-mingw, apps-mingw, apps-mingw-vcpkg, libs-mingw-cmake]
|
||||
|
|
Loading…
Reference in New Issue