Skip to content

Commit

Permalink
Update ubuntu-build.yml
Browse files Browse the repository at this point in the history
BUGFIX - gcc 9 was no longer suported (actions/runner-images#10636)
  • Loading branch information
mlivesu authored Jan 25, 2025
1 parent 0f37611 commit 164275c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
sudo apt-get install -y mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: configure
env:
CC: gcc-9
CXX: g++-9
CC: gcc-13
CXX: g++-13
run: |
cd examples
mkdir build
Expand Down

0 comments on commit 164275c

Please sign in to comment.