ci: Use GCC 15.2 (#2428)

This commit is contained in:
Ayaz Salikhov
2025-08-13 11:43:53 +01:00
committed by GitHub
parent de9b79adf0
commit 312e7be2b4
12 changed files with 18 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ jobs:
name: Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
runs-on: heavy
container:
image: ghcr.io/xrplf/clio-ci:a446d85297b3006e6d2c4dc7640368f096afecf5
image: ghcr.io/xrplf/clio-ci:de9b79adf037bbdb7364b4a8bd8bbd955cb547a7
steps:
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
needs: build
runs-on: heavy
container:
image: ghcr.io/xrplf/clio-ci:a446d85297b3006e6d2c4dc7640368f096afecf5
image: ghcr.io/xrplf/clio-ci:de9b79adf037bbdb7364b4a8bd8bbd955cb547a7
steps:
- uses: actions/download-artifact@v5