From f03cc2e6a0aba7bb8704e79d2ac7dce212d9f50c Mon Sep 17 00:00:00 2001 From: Sudara Date: Sun, 16 Jun 2024 16:18:15 +0200 Subject: [PATCH] Don't set gcc 9 for linux tests --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98facbf..d6440a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,6 @@ jobs: run: | sudo apt-get update sudo apt install libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype6-dev libglu1-mesa-dev libjack-jackd2-dev - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9 # This block can be removed once 15.1 is default (JUCE requires it when building on macOS 14) - name: Use latest Xcode on system (macOS)