github: Publish standalone on older Ubuntu

This commit is contained in:
Remko Tronçon 2022-05-26 18:09:34 +02:00
parent af8e18b88f
commit b847880463

View file

@ -12,7 +12,7 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-18.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2