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