Skip to content

Commit 7329d4b

Browse files
chore: bump ubuntu image in ci to 22.04
1 parent 1a06e50 commit 7329d4b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
security_audit:
1313
name: Security audit
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
defaults:
1616
run:
1717
working-directory: bdk-ffi

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-test:
1212
name: "Build and test"
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
defaults:
1515
run:
1616
working-directory: bdk-ffi
@@ -60,7 +60,7 @@ jobs:
6060

6161
fmt:
6262
name: "Rust fmt"
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464
defaults:
6565
run:
6666
working-directory: bdk-ffi

.github/workflows/test-android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: "Show default version of NDK"
2020
run: echo $ANDROID_NDK_ROOT

.github/workflows/test-jvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- name: "Check out PR branch"
1818
uses: actions/checkout@v4

.github/workflows/test-python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build-manylinux_2_28-x86_64-wheels:
1515
name: "Build and test Manylinux 2.28 x86_64 wheels"
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
defaults:
1818
run:
1919
working-directory: bdk-python
@@ -195,7 +195,7 @@ jobs:
195195

196196
ruff:
197197
name: "Lint tests"
198-
runs-on: ubuntu-latest
198+
runs-on: ubuntu-22.04
199199
defaults:
200200
run:
201201
working-directory: bdk-python

0 commit comments

Comments
 (0)