Try ubuntu-20.04 to resolve missing libffi.so.7 issue.

This commit is contained in:
Jonathan Moody 2022-06-16 16:02:26 -04:00
parent 224896686f
commit e21407f159

View file

@ -138,7 +138,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}