File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 config :
23- - { os: ubuntu-22 .04, target_arch: arm }
24- - { os: ubuntu-22 .04, target_arch: arm64 }
25- - { os: ubuntu-22 .04, target_arch: x86_64 }
23+ - { os: ubuntu-24 .04, target_arch: arm }
24+ - { os: ubuntu-24 .04, target_arch: arm64 }
25+ - { os: ubuntu-24 .04, target_arch: x86_64 }
2626
2727 runs-on : ${{ matrix.config.os }}
2828 env :
3737 uses : mozilla-actions/sccache-action@v0.0.6
3838
3939 - name : Install build utils
40- run : |
41- sudo apt-get update
42- sudo apt-get install -y gcc-multilib g++-multilib
40+ run : sudo apt-get update
4341
4442 - name : Setup Android NDK
4543 uses : nttld/setup-ndk@v1
@@ -115,7 +113,7 @@ jobs:
115113 fail-fast : false
116114 matrix :
117115 config :
118- - { os: ubuntu-22 .04 }
116+ - { os: ubuntu-24 .04 }
119117 runs-on : ${{ matrix.config.os }}
120118 needs : build-android
121119 steps :
@@ -124,9 +122,7 @@ jobs:
124122 fetch-depth : ' 0'
125123
126124 - name : Install build utils
127- run : |
128- sudo apt-get update
129- sudo apt-get install -y gcc-multilib g++-multilib
125+ run : sudo apt-get update
130126
131127 - name : Setup Android NDK
132128 uses : nttld/setup-ndk@v1
You can’t perform that action at this time.
0 commit comments