⚗️ try official GCC containers

This commit is contained in:
Niels Lohmann 2022-08-14 14:14:10 +02:00
parent e93384119b
commit 5b2f5155b6
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: ['7.5.0', '8.5.0']
compiler: ['5', '6', '7', '8', '9', '10', '11', '12']
container: gcc:${{ matrix.compiler }}
steps:
- uses: actions/checkout@v3