qa: change CI and CodeQL to use bionic for all builds

- change host os for all builds
- change i686 wine to wine-stable
This commit is contained in:
Patrick Lodder 2021-08-28 21:24:26 +02:00
parent d8809182e6
commit 5dd1a6283b
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F
2 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ jobs:
include: include:
- name: i686-linux - name: i686-linux
host: i686-pc-linux-gnu host: i686-pc-linux-gnu
os: ubuntu-20.04 os: ubuntu-18.04
packages: g++-multilib bc python3-zmq packages: g++-multilib bc python3-zmq
run-tests: true run-tests: true
dep-opts: "NO_QT=1" dep-opts: "NO_QT=1"
@ -46,7 +46,7 @@ jobs:
goal: install goal: install
- name: armhf-linux - name: armhf-linux
host: arm-linux-gnueabihf host: arm-linux-gnueabihf
os: ubuntu-20.04 os: ubuntu-18.04
packages: g++-arm-linux-gnueabihf packages: g++-arm-linux-gnueabihf
run-tests: false run-tests: false
dep-opts: "NO_QT=1" dep-opts: "NO_QT=1"
@ -54,7 +54,7 @@ jobs:
goal: install goal: install
- name: x86_64-linux-nowallet - name: x86_64-linux-nowallet
host: x86_64-unknown-linux-gnu host: x86_64-unknown-linux-gnu
os: ubuntu-20.04 os: ubuntu-18.04
packages: python3 packages: python3
run-tests: true run-tests: true
dep-opts: "NO_WALLET=1" dep-opts: "NO_WALLET=1"
@ -62,7 +62,7 @@ jobs:
goal: install goal: install
- name: x86_64-linux-dbg - name: x86_64-linux-dbg
host: x86_64-unknown-linux-gnu host: x86_64-unknown-linux-gnu
os: ubuntu-20.04 os: ubuntu-18.04
packages: bc python3-zmq packages: bc python3-zmq
run-tests: true run-tests: true
dep-opts: "DEBUG=1" dep-opts: "DEBUG=1"
@ -71,8 +71,8 @@ jobs:
- name: i686-win - name: i686-win
host: i686-w64-mingw32 host: i686-w64-mingw32
arch: "i386" arch: "i386"
os: ubuntu-20.04 os: ubuntu-18.04
packages: python3 nsis g++-mingw-w64-i686 wine bc wine-binfmt packages: python3 nsis g++-mingw-w64-i686 wine-stable bc wine-binfmt
postinstall: | postinstall: |
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
@ -84,7 +84,7 @@ jobs:
- name: x86_64-win - name: x86_64-win
host: x86_64-w64-mingw32 host: x86_64-w64-mingw32
arch: "i386" arch: "i386"
os: ubuntu-20.04 os: ubuntu-18.04
packages: python3 nsis g++-mingw-w64-x86-64 wine64 bc wine-binfmt packages: python3 nsis g++-mingw-w64-x86-64 wine64 bc wine-binfmt
postinstall: | postinstall: |
sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix

View file

@ -21,7 +21,7 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-latest runs-on: ubuntu-18.04
permissions: permissions:
actions: read actions: read
contents: read contents: read