mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-19 14:04:22 +01:00
Downgrade to ubuntu 22.04 for built binaries (#901)
This commit is contained in:
2
.github/workflows/build-bindings-linux.yml
vendored
2
.github/workflows/build-bindings-linux.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
build:
|
||||
if: ${{ !inputs.use-dummy-binaries }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: build ${{ matrix.target }}${{ matrix.uniffi }}
|
||||
needs: setup
|
||||
strategy:
|
||||
|
||||
2
.github/workflows/publish-python.yml
vendored
2
.github/workflows/publish-python.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
path: lib/bindings/langs/python/dist/*.whl
|
||||
|
||||
build-linux-wheels:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x86_64, aarch64]
|
||||
|
||||
Reference in New Issue
Block a user