Skip to content

Commit ba589fc

Browse files
m1gahansemannn
authored andcommitted
chore: ubuntu image in worflow (#14183)
1 parent 9b810c1 commit ba589fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/build-android/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
run: |
1717
sudo dpkg --add-architecture i386
1818
sudo apt-get update -y -qq
19-
sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libncurses5:i386 libstdc++6:i386
19+
sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libstdc++6:i386
2020
shell: bash
2121

2222
- name: Setup Node.js

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
android:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
env:
1414
CCACHE_DIR: ${{ github.workspace }}/.ccache
1515
USE_CCACHE: 1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
console.log(`${process.env.vtag} does not exist so continuing`)
6464
6565
android:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
needs: [validate]
6868
env:
6969
CCACHE_DIR: ${{ github.workspace }}/.ccache

0 commit comments

Comments
 (0)