Skip to content

Commit

Permalink
Use Crystal 1.13.2 image when building
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Aug 24, 2024
1 parent 6c3b53e commit 2535067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
container: 84codes/crystal:latest-ubuntu-22.04
container: 84codes/crystal:1.13.2-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: shards install
Expand All @@ -33,7 +33,7 @@ jobs:
format:
runs-on: ubuntu-latest
timeout-minutes: 10
container: 84codes/crystal:latest-ubuntu-22.04
container: 84codes/crystal:1.13.2-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: crystal tool format --check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tar:
runs-on: ubuntu-latest
container:
image: 84codes/crystal:latest-alpine
image: 84codes/crystal:1.13.2-alpine
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
file: deb.Dockerfile
platforms: linux/amd64,linux/arm64
build-args: |
image=84codes/crystal:latest-${{ matrix.os }}
image=84codes/crystal:1.13.2-${{ matrix.os }}
outputs: builds

- name: Upload GitHub artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
file: Dockerfile.rpm
platforms: linux/amd64,linux/arm64
build-args: |
build_image=84codes/crystal:latest-${{ matrix.os }}
build_image=84codes/crystal:1.13.2-${{ matrix.os }}
version=${{ env.version }}
outputs: RPMS

Expand Down

0 comments on commit 2535067

Please sign in to comment.