Skip to content

Commit

Permalink
chore: ubuntu image in worflow (#14183)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Feb 11, 2025
1 parent a3aeb90 commit 70766c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -y -qq
sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libstdc++6:i386
shell: bash

- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
android:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
USE_CCACHE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
console.log(`${process.env.vtag} does not exist so continuing`)
android:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [validate]
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand Down

0 comments on commit 70766c7

Please sign in to comment.