Skip to content

Commit

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

0 comments on commit efcc36f

Please sign in to comment.