From 36bf784e354c89fbbb26ff452546b381a59a459f Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 3 Sep 2024 05:29:26 -0300 Subject: [PATCH] chore(ignore): use ubuntu 24.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def4536..3593bcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: crystal-lang/install-crystal@v1 - name: Run tests run: | - apt-get update && apt-get install golang-chroma -y + sudo apt-get update && sudo apt-get install golang-chroma -y shards install crystal tool format --check crystal spec -v