Skip to content

Commit

Permalink
skip macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Apr 3, 2024
1 parent 09e24c2 commit e6f4d7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Crystal Ameba Linter
id: crystal-ameba
uses: crystal-ameba/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./bin/ameba

test:
strategy:
Expand All @@ -37,7 +34,6 @@ jobs:
include:
- {os: ubuntu-latest, crystal: latest}
- {os: ubuntu-latest, crystal: nightly}
- {os: macos-latest}
- {os: macos-14}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e6f4d7d

Please sign in to comment.