This commit is contained in:
Daniel Micay 2025-09-23 17:57:50 -04:00
parent de29b96e15
commit ef7c77e71d

View file

@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [12, 13, 14] version: [12, 13, 14, 15]
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gcc
- name: Setting up gcc version - name: Setting up gcc version
run: | run: |
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100