Skip to content

Commit

Permalink
[github-actions] migrate to ubuntu 22.04 from 18.04 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Aug 22, 2022
1 parent 8cc59c3 commit 42757ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
arm-gcc:
name: arm-gcc-${{ matrix.gcc_ver }}
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -95,7 +95,8 @@ jobs:
wget --tries 4 --no-check-certificate --quiet ${{ matrix.gcc_download_url }} -O gcc-arm.tar.bz2
tar xjf gcc-arm.tar.bz2
# use the minimal required cmake version
sudo pip3 install --system -U cmake==3.10.3
sudo pip3 install -U scikit-build
sudo pip3 install -U cmake==3.10.3
cmake --version | grep 3.10.3
- name: Build
run: |
Expand Down

0 comments on commit 42757ae

Please sign in to comment.