Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
keatonLiu committed Jun 5, 2024
1 parent ac6ceed commit 7ddd002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
prerelease: false

android_build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [check_version, create_release]
strategy:
matrix:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install build-essential tree ninja-build gcc-multilib g++-multilib lib32stdc++-9-dev flex bison xz-utils ruby ruby-dev python3-requests python3-setuptools python3-dev python3-pip libc6-dev libc6-dev-i386 -y
sudo gem update --system
sudo gem install fpm -v 1.11.0 --no-document
sudo gem install fpm -v 1.17.0 --no-document
python3 -m pip install lief
python3 -m pip install graphlib
Expand Down

0 comments on commit 7ddd002

Please sign in to comment.