chore(ignore): use ubuntu 24.04

This commit is contained in:
2024-09-03 05:29:26 -03:00
parent 396a806b50
commit 36bf784e35

View File

@@ -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