Remove gcc-15 as it's not supported yet.

This commit is contained in:
jzmaddock
2025-05-06 10:40:25 +01:00
parent 4a8581914f
commit 847d1b3ca3

View File

@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-13, g++-14, g++-15 ]
compiler: [ g++-13, g++-14 ]
steps:
- uses: actions/checkout@v3
with:
@@ -34,7 +34,7 @@ jobs:
- name: Add repository
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- name: Install packages
run: sudo apt install g++-13 g++-14 g++-15
run: sudo apt install g++-13 g++-14
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
- name: Update Dependencies