mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 14:19:56 +01:00
Update clang and gcc ci
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user