mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Update clang and gcc ci
This commit is contained in:
parent
6d1aa7c7a9
commit
479cf4bbe7
3
.github/workflows/ubuntu-latest-clang.yml
vendored
3
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -23,7 +23,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [11, 10, 9, 8, 7]
|
version: >-
|
||||||
|
['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8' '7']
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [10, 9, 8]
|
version: ['latest', '13', '12', '11', '10', '9', '8']
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user