Skip to content

Commit

Permalink
Lint only needs to be run on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Jan 20, 2025
1 parent cabce0c commit 5cb761e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
crystal: [1.15.0]
ameba-version: [v1.6.4]
os: [ubuntu-latest, macos-latest]
crystal: [latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit 5cb761e

Please sign in to comment.