Skip to content

Commit

Permalink
mb just bump ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Jun 5, 2024
1 parent 82cf272 commit fc916a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_wheels:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11 ]
os: [ubuntu-22.04, windows-2019, macOS-11 ]

name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -35,11 +35,9 @@ jobs:
- name: Install g++-11 for ubuntu
if: matrix.os == 'ubuntu-20.04'
id: install_cc
run: |
sudo apt-get update -y
sudo apt-get upgrade
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
sudo apt-get install gcc-11 g++-11 -y
uses: rlalik/setup-cpp-compiler@master
with:
compiler: g++-11
- name: Check compilers for ubuntu
if: matrix.os == 'ubuntu-20.04'
run: |
Expand Down

0 comments on commit fc916a5

Please sign in to comment.