Skip to content

Commit dae08ba

Browse files
committed
Migrated CI to recent compilers
1 parent d11fb6b commit dae08ba

6 files changed

Lines changed: 9 additions & 3740 deletions

File tree

.github/workflows/linux.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ jobs:
1717
strategy:
1818
matrix:
1919
sys:
20-
- { compiler: 'gcc', version: '7' }
21-
- { compiler: 'gcc', version: '8' }
22-
- { compiler: 'gcc', version: '9' }
2320
- { compiler: 'gcc', version: '10' }
2421
- { compiler: 'gcc', version: '11' }
25-
- { compiler: 'clang', version: '8' }
26-
- { compiler: 'clang', version: '10' }
27-
- { compiler: 'clang', version: '12' }
28-
- { compiler: 'clang', version: '13' }
29-
- { compiler: 'clang', version: '14' }
30-
- { compiler: 'clang', version: '15' }
22+
- { compiler: 'gcc', version: '12' }
23+
- { compiler: 'gcc', version: '13' }
24+
- { compiler: 'clang', version: '17' }
25+
- { compiler: 'clang', version: '18' }
26+
- { compiler: 'clang', version: '19' }
27+
- { compiler: 'clang', version: '20' }
3128

3229
steps:
3330
- name: Setup compiler

.github/workflows/osx.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
os:
15-
- 11
16-
- 12
15+
- 13
16+
- 14
17+
- 15
1718
runs-on: macos-${{ matrix.os }}
1819
name: 'macos-${{ matrix.os }}'
1920

0 commit comments

Comments
 (0)