From 0c949cfd514b6c3e8ec4d8303fcc2c94ee499fec Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Mon, 3 May 2021 10:05:53 +0200 Subject: [PATCH] update builds with 18.04 --- .github/workflows/CreateRelease.yml | 2 +- .github/workflows/QmakeBuilds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index ae3b7c946..6d76201ad 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -40,7 +40,7 @@ jobs: linux_build: needs: [update_ml_version] name: Build MeshLab (Linux) - runs-on: ubuntu-16.04 #in order to deploy, need to use oldest supported version + runs-on: ubuntu-18.04 #in order to deploy, need to use oldest supported version strategy: matrix: precision: [single_precision, double_precision] diff --git a/.github/workflows/QmakeBuilds.yml b/.github/workflows/QmakeBuilds.yml index f4e22cf21..959c1505d 100644 --- a/.github/workflows/QmakeBuilds.yml +++ b/.github/workflows/QmakeBuilds.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: ubuntu_build: name: Build MeshLab (Ubuntu - QMake) - runs-on: ubuntu-16.04 #in order to deploy, need to use oldest supported version + runs-on: ubuntu-18.04 #in order to deploy, need to use oldest supported version steps: - uses: actions/checkout@v2