update builds with 18.04

This commit is contained in:
alemuntoni 2021-05-03 10:05:53 +02:00
parent 1c6eb84b38
commit 0c949cfd51
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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