mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
update builds with 18.04
This commit is contained in:
parent
1c6eb84b38
commit
0c949cfd51
2
.github/workflows/CreateRelease.yml
vendored
2
.github/workflows/CreateRelease.yml
vendored
@ -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]
|
||||
|
||||
2
.github/workflows/QmakeBuilds.yml
vendored
2
.github/workflows/QmakeBuilds.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user