Skip to content

Commit 5cb761e

Browse files
Lint only needs to be run on linux
1 parent cabce0c commit 5cb761e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58+
os: [ubuntu-latest]
59+
crystal: [1.15.0]
5860
ameba-version: [v1.6.4]
59-
os: [ubuntu-latest, macos-latest]
60-
crystal: [latest]
6161

6262
steps:
6363
- name: Checkout code

0 commit comments

Comments
 (0)