We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb78b1 commit 9502ba1Copy full SHA for 9502ba1
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ on:
10
11
jobs:
12
specs:
13
+ runs-on: ${{ matrix.os }}
14
+
15
strategy:
16
fail-fast: false
17
matrix:
@@ -20,7 +22,6 @@ jobs:
20
22
- { os: macos-latest }
21
23
# - { os: windows-latest }
24
- runs-on: ${{ matrix.os }}
25
steps:
26
- name: Checkout code
27
uses: actions/checkout@v4
@@ -53,6 +54,8 @@ jobs:
53
54
run: crystal spec -p -s
55
56
lint:
57
58
59
60
61
@@ -61,9 +64,8 @@ jobs:
64
- { os: ubuntu-latest, crystal: latest }
62
65
- { os: ubuntu-latest, crystal: nightly }
63
66
- - { os: windows-latest }
67
+ # - { os: windows-latest }
68
69
70
71
0 commit comments