From 63d7926a217482f7fbc02890776c36aabfbcef89 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 29 Jan 2020 08:42:51 +0100 Subject: [PATCH] Win CI: Use exact Crystal version Co-Authored-By: Brian J. Cardiff --- .github/workflows/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index e31147b9a0e0..5cbc9bb985c1 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: linux-job: runs-on: ubuntu-latest - container: crystallang/crystal:latest + container: crystallang/crystal:0.32.1 steps: - name: Download Crystal source uses: actions/checkout@v2