Skip to content

Commit e7367d1

Browse files
committed
Reflect recent changes in Github runners
1 parent 8363788 commit e7367d1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
2020
python_version: ['3.12', '3.13']
21-
compiler: ['clang', 'gcc-12', 'gcc-14', 'clang-15']
21+
compiler: ['clang', 'gcc-12', 'gcc-14', 'gcc-15', 'clang-15']
2222
exclude:
2323
- os: ubuntu-latest
2424
compiler: 'clang-15'
25+
- os: ubuntu-latest
26+
compiler: 'gcc-15'
27+
- os: macos-latest
28+
compiler: 'gcc-12'
2529

2630
steps:
2731
- name: Checkout repository

0 commit comments

Comments
 (0)