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 committed by Lex Berezhny
parent e5ca967fa2
commit 4bd4bcdc27

View file

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