Skip to content

Commit 198a46e

Browse files
committed
hi
1 parent efdd8b7 commit 198a46e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/validate.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
ghc: ['9.2.3', '9.4.5', '9.6.6', '9.8.4', '9.10.1']
8+
#ghc: ['9.2.3', '9.4.5', '9.6.6', '9.8.4', '9.10.1']
99
cabal: ['3.14.1.1']
1010
#os: [ubuntu-latest, macOS-latest, windows-latest]
11-
os: [ubuntu-latest, windows-latest]
11+
#os: [ubuntu-latest, windows-latest]
12+
ghc: ['9.10.1']
13+
os: [macOS-latest]
1214
name: "${{ matrix.os }} - ${{ matrix.ghc }}"
1315
steps:
1416
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)