From 0095402534bcb36c930f79e2ac9123dd8674a40f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 11 Sep 2020 01:17:42 +0200 Subject: build: github-actions: update apt database and use ubuntu-20.04 --- .github/workflows/yatr.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml index 7abf875..54d5f8d 100644 --- a/.github/workflows/yatr.yaml +++ b/.github/workflows/yatr.yaml @@ -17,29 +17,29 @@ jobs: - gcc - clang image: - - ubuntu-18.04 + - ubuntu-20.04 include: - target: distcheck compiler: clang image: macos-10.15 - target: clang-analyzer compiler: clang - image: ubuntu-18.04 + image: ubuntu-20.04 - target: dist-srpm compiler: gcc - image: ubuntu-18.04 + image: ubuntu-20.04 - target: static compiler: gcc - image: ubuntu-18.04 + image: ubuntu-20.04 - target: static-all compiler: gcc - image: ubuntu-18.04 + image: ubuntu-20.04 - target: win32 compiler: gcc - image: ubuntu-18.04 + image: ubuntu-20.04 - target: win64 compiler: gcc - image: ubuntu-18.04 + image: ubuntu-20.04 steps: - name: Check out code @@ -50,6 +50,7 @@ jobs: if [[ "x${{ matrix.image }}" = xubuntu-* ]]; then sudo gem update --system 3.0.6 # hack for https://github.com/rubygems/rubygems/issues/3068 sudo gem install ronn + sudo apt-get update -y if [[ "x${{ matrix.target }}" = *check* ]] || [[ "x${{ matrix.target }}" = xvalgrind ]]; then sudo apt-get install -y libcmocka-dev fi -- cgit v1.2.3-18-g5258