Skip to content

Commit

Permalink
[GHA] Attempting refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Jul 13, 2024
1 parent 263b1a5 commit f96113e
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,29 @@ jobs:
strategy:
matrix:
compiler:
- type: gcc
package: g++
cc: gcc
cxx: g++
- type: clang
- gcc
- clang
include:
- os: "ubuntu-24.04"
- compiler: clang
package: clang
cc: clang
cxx: clang++
include:
- os: "ubuntu-24.04"
- compiler.type: clang
- compiler: gcc
package: g++
cc: gcc
cxx: g++
- compiler: clang
version: 16
- compiler.type: clang
- compiler: clang
version: 17
- compiler.type: clang
- compiler: clang
version: 18
- compiler.type: gcc
- compiler: gcc
version: 12
- compiler.type: gcc
- compiler: gcc
version: 13
- compiler.type: gcc
- compiler: gcc
version: 14
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f96113e

Please sign in to comment.