Skip to content

Commit

Permalink
fix(build-crystal-containers.yml): yaml type confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Oct 24, 2024
1 parent efcc36f commit 12bfb35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-crystal-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
# stable release version
- version: 1.14.0
shards: 0.18.0
alpine: 3.20
alpine: '3.20'
libgc: 8.2.6
llvm: 18
tag: latest
# release candidate, builds should target compatibility
- version: 1.14.0
shards: 0.18.0
alpine: 3.20
alpine: '3.20'
libgc: 8.2.6
llvm: 18
tag: unstable
# latest version with unknown side effects
- version: 1.14.0
shards: 0.18.0
alpine: 3.20
alpine: '3.20'
libgc: 8.2.6
llvm: 18
tag: experimental
Expand Down

0 comments on commit 12bfb35

Please sign in to comment.