chore(ignore): use ubuntu 24.04

This commit is contained in:
Roberto Alsina 2024-09-03 05:28:10 -03:00
parent 0f31534468
commit 396a806b50

View File

@ -7,7 +7,7 @@ permissions:
contents: read contents: read
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Download source - name: Download source
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -15,6 +15,7 @@ jobs:
uses: crystal-lang/install-crystal@v1 uses: crystal-lang/install-crystal@v1
- name: Run tests - name: Run tests
run: | run: |
apt-get update && apt-get install golang-chroma -y
shards install shards install
crystal tool format --check crystal tool format --check
crystal spec -v crystal spec -v