Skip to content

Commit

Permalink
.github/workflows/build.yml: fix alphabetical order of images
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 29, 2024
1 parent 32f3a6a commit 31adad1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
fail-fast: false
matrix:
image:
- target: construct
implementation: python3.6
- target: construct
implementation: python3.13
- target: cpp_stl
implementation: clang3.4
- target: cpp_stl
Expand All @@ -20,18 +24,14 @@ jobs:
implementation: gcc4.8
- target: cpp_stl
implementation: gcc13
- target: construct
implementation: python3.6
- target: construct
implementation: python3.13
- target: csharp
implementation: net6.0
- target: csharp
implementation: net9.0
- target: graphviz
implementation: '12'
- target: go
implementation: '1.23'
- target: graphviz
implementation: '12'
- target: java
implementation: zulu7
- target: java
Expand Down

0 comments on commit 31adad1

Please sign in to comment.