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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user