Second attempt at gcc 12.3 (#1292)

Fixes #1271
This commit is contained in:
Alex Kremer
2024-03-26 00:25:14 +00:00
committed by GitHub
parent 03a01e55f9
commit 8240508d19
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs: jobs:
build_and_push: build_and_push:
name: Build and push docker image name: Build and push docker image
runs-on: [self-hosted, Linux] runs-on: [self-hosted, Linux, x-heavy]
steps: steps:
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -27,7 +27,7 @@ jobs:
images: rippleci/clio_ci images: rippleci/clio_ci
tags: | tags: |
type=raw,value=latest type=raw,value=latest
type=raw,value=gcc_11 type=raw,value=gcc_12
type=raw,value=${{ env.GITHUB_SHA }} type=raw,value=${{ env.GITHUB_SHA }}
- name: Build and push - name: Build and push

View File

@@ -12,7 +12,7 @@ Clio is built with [CMake](https://cmake.org/) and uses [Conan](https://conan.io
| Compiler | Version | | Compiler | Version |
|-------------|---------| |-------------|---------|
| GCC | 12 | | GCC | 12.3 |
| Clang | 16 | | Clang | 16 |
| Apple Clang | 15 | | Apple Clang | 15 |