Use ubuntu-20.04 image for all Linux CI runs
This commit is contained in:
parent
a0e0467d39
commit
79d9fa2909
2
.github/workflows/publish-android.yaml
vendored
2
.github/workflows/publish-android.yaml
vendored
@ -10,7 +10,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Install Android NDK 21.4.7075529"
|
- name: "Install Android NDK 21.4.7075529"
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/publish-jvm.yaml
vendored
2
.github/workflows/publish-jvm.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
build-jvm-full-library:
|
build-jvm-full-library:
|
||||||
name: Create full bdk-jvm library
|
name: Create full bdk-jvm library
|
||||||
needs: [build-jvm-macOS-M1-native-lib]
|
needs: [build-jvm-macOS-M1-native-lib]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout publishing branch
|
- name: Checkout publishing branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
4
.github/workflows/publish-python.yaml
vendored
4
.github/workflows/publish-python.yaml
vendored
@ -9,7 +9,7 @@ on: [workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
build-manylinux2014-x86_64-wheel:
|
build-manylinux2014-x86_64-wheel:
|
||||||
name: "Build Manylinux 2014 x86_64 wheel"
|
name: "Build Manylinux 2014 x86_64 wheel"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: bdk-python
|
working-directory: bdk-python
|
||||||
@ -131,7 +131,7 @@ jobs:
|
|||||||
|
|
||||||
publish-pypi:
|
publish-pypi:
|
||||||
name: "Publish on PyPI"
|
name: "Publish on PyPI"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: bdk-python
|
working-directory: bdk-python
|
||||||
|
2
.github/workflows/test-android.yaml
vendored
2
.github/workflows/test-android.yaml
vendored
@ -19,7 +19,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Install Android NDK 21.4.7075529"
|
- name: "Install Android NDK 21.4.7075529"
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/test-python.yaml
vendored
2
.github/workflows/test-python.yaml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-manylinux2014-x86_64-wheel:
|
build-manylinux2014-x86_64-wheel:
|
||||||
name: "Build and test Manylinux 2014 x86_64 wheels"
|
name: "Build and test Manylinux 2014 x86_64 wheels"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: bdk-python
|
working-directory: bdk-python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user