Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Use latest crystal
  • Loading branch information
kojix2 authored Dec 28, 2024
1 parent 7ffeba4 commit a7e487e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ name: test
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} Crystal ${{ matrix.crystal }}
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu', 'macos' ]
crystal: [ '1.8', '1.9' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- name: Install latest HTSLib (ubuntu)
if: ${{ matrix.os == 'ubuntu' }}
run: |
Expand Down

0 comments on commit a7e487e

Please sign in to comment.