Skip to content

Commit

Permalink
Final compiler matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Nov 12, 2024
1 parent 1582bad commit e1a7281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
matrix:
include:
- {os: macos-latest, version: 16 }
- {os: macos-latest, version: "15.4" }

- os: windows-latest
- {os: ubuntu-latest, compiler: gcc, version: 11 }

- {os: ubuntu-latest, compiler: gcc, version: 12 }
- {os: ubuntu-latest, compiler: gcc, version: 13 }
- {os: ubuntu-24.04, compiler: gcc, version: 14 }
- {os: ubuntu-latest, compiler: clang, version: 13 }
- {os: ubuntu-latest, compiler: clang, version: 14 }
- {os: ubuntu-latest, compiler: clang, version: 15 }

- {os: ubuntu-latest, compiler: clang, version: 16 }
- {os: ubuntu-latest, compiler: clang, version: 17 }
- {os: ubuntu-latest, compiler: clang, version: 18 }
Expand Down

0 comments on commit e1a7281

Please sign in to comment.