Added GCC 12 and 13 to CI (#8293)

Follow up to d949740
This commit is contained in:
Lemongrass3110 2024-05-02 20:37:04 +02:00 committed by GitHub
parent 2ebdd50e08
commit 7ebf47e31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
# Available: ubuntu-22.04, ubuntu-20.04
os: [ubuntu-latest]
# Older versions of GCC are not available via unaltered aptitude repo lists.
gcc: ['9', '10', '11']
gcc: ['9', '10', '11', '12', '13']
steps:
- uses: actions/checkout@v2