Use Ubuntu 18.04 to build Debian packages

cargo-deb requires the lzma_stream_encoder_mt function, which doesn't
exist in the version of liblzma in Ubuntu 16.04.
This commit is contained in:
Jack Grigg
2021-04-11 23:30:22 +12:00
parent 4bc2769100
commit eeccad0c3f
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
deb: deb:
name: Debian ${{ matrix.name }} name: Debian ${{ matrix.name }}
runs-on: ubuntu-16.04 runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
name: [linux] name: [linux]