github: Build on older Ubuntu

This commit is contained in:
Remko Tronçon 2022-05-26 18:03:54 +02:00
parent ee04abade2
commit a66d5d52a1

View file

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