Skip to content

Commit

Permalink
build linux with ubuntu-22.04 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml authored May 19, 2023
1 parent 0e40c3d commit e7d1453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,15 @@ jobs:
retention-days: 5

x86_64-b2:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: setup gcc
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-10
sudo apt install gcc-10 g++-10
- name: setup boost
run: |
wget -nv -O boost.tar.gz https://boostorg.jfrog.io/artifactory/main/release/${BOOST_DOT_VERSION}/source/boost_${BOOST_VERSION}.tar.gz
Expand Down

0 comments on commit e7d1453

Please sign in to comment.