Skip to content

Commit e1a7281

Browse files
committed
Final compiler matrix
1 parent 1582bad commit e1a7281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
matrix:
2828
include:
2929
- {os: macos-latest, version: 16 }
30+
- {os: macos-latest, version: "15.4" }
31+
3032
- os: windows-latest
31-
- {os: ubuntu-latest, compiler: gcc, version: 11 }
33+
3234
- {os: ubuntu-latest, compiler: gcc, version: 12 }
3335
- {os: ubuntu-latest, compiler: gcc, version: 13 }
3436
- {os: ubuntu-24.04, compiler: gcc, version: 14 }
35-
- {os: ubuntu-latest, compiler: clang, version: 13 }
36-
- {os: ubuntu-latest, compiler: clang, version: 14 }
37-
- {os: ubuntu-latest, compiler: clang, version: 15 }
37+
3838
- {os: ubuntu-latest, compiler: clang, version: 16 }
3939
- {os: ubuntu-latest, compiler: clang, version: 17 }
4040
- {os: ubuntu-latest, compiler: clang, version: 18 }

0 commit comments

Comments
 (0)