Skip to content

Commit cfbbe4b

Browse files
committed
.github/workflows/ci.yml: update to ubuntu-22.04
This is only for the CI base image. Our actual CI runs in a docker image that has an independent base image, which is stil 18.04. This change is needed as GitHub deprecated ubuntu-18.04: > The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04 or ubuntu-22.04 (ubuntu-latest). For more details, see actions/runner-images#6002
1 parent 5a9bc88 commit cfbbe4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626

2727
jobs:
2828
test-lint:
29-
runs-on: ubuntu-18.04
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Clone the repo
3232
with:
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
OS_NAME: linux
4141
android:
42-
runs-on: ubuntu-18.04
42+
runs-on: ubuntu-22.04
4343
steps:
4444
- name: Clone the repo
4545
uses: actions/checkout@v2
@@ -60,7 +60,7 @@ jobs:
6060
path: frontends/android/BitBoxApp/app/build/outputs/apk/debug/app-debug.apk
6161
name: BitBoxApp-android-${{github.sha}}.apk
6262
qt-linux:
63-
runs-on: ubuntu-18.04
63+
runs-on: ubuntu-22.04
6464
steps:
6565
- name: Clone the repo
6666
uses: actions/checkout@v2

0 commit comments

Comments
 (0)