Skip to content

Commit

Permalink
fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 13, 2023
1 parent 0c0f61f commit e3c916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildMeshLabPlugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-18.04', 'macos-latest', 'windows-latest']
os: ['ubuntu-20.04', 'macos-latest', 'windows-latest']
precision: [single_precision, double_precision]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e3c916e

Please sign in to comment.