mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 20:20:26 -03:00
chore(ignore): use ubuntu 24.04
This commit is contained in:
parent
0f31534468
commit
396a806b50
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user