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 049fb4b commit 3de7905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- {type: gcc, version: 14}
include:
- os: "ubuntu-24.04"
- compiler.type: gcc
- compiler: {type: gcc}
package: g++
cc: gcc
cxx: g++
- compiler.type: clang
- compiler: {type: clang}
package: clang
cc: clang
cxx: clang++
Expand Down

0 comments on commit 3de7905

Please sign in to comment.