[skip ci] Add single-header.yml

This commit is contained in:
ado
2023-08-07 17:28:53 +02:00
parent 9d7441b178
commit d37ec12bb5
3 changed files with 47 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
version: ['latest', '13', '12', '11', '10', '9', '8']
version: ['latest', '12', '11', '10', '9', '8']
type: [Release, Debug]
runs-on: ubuntu-latest
@@ -32,7 +32,6 @@ jobs:
container:
image: gcc:${{matrix.version}}
options: -v /usr/local:/host_usr_local
steps: