Use ubuntu-20.04 to have consistent builds incase ubuntu-latest changes,

which might also change ffmpeg version.
This commit is contained in:
Craig Drummond 2022-03-05 23:35:42 +00:00
parent c5d3b37f67
commit 2771df83db

View File

@ -8,7 +8,7 @@ env:
jobs:
Linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout