Skip to content

Commit

Permalink
Temporarily disable most of build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Mar 12, 2024
1 parent ac9a424 commit 7a9a97d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,36 +72,36 @@
"strategy": {
"matrix": {
"include": [
{
"ghc": "9.8",
"platform": "macos",
"version": 13
},
{
"ghc": "9.8",
"platform": "macos",
"version": 14
},
{
"ghc": "9.4",
"platform": "ubuntu",
"version": 22.04
},
{
"ghc": "9.6",
"platform": "ubuntu",
"version": 22.04
},
# {
# "ghc": "9.8",
# "platform": "macos",
# "version": 13
# },
# {
# "ghc": "9.8",
# "platform": "macos",
# "version": 14
# },
# {
# "ghc": "9.4",
# "platform": "ubuntu",
# "version": 22.04
# },
# {
# "ghc": "9.6",
# "platform": "ubuntu",
# "version": 22.04
# },
{
"ghc": "9.8",
"platform": "ubuntu",
"version": 22.04
},
{
"ghc": "9.8",
"platform": "windows",
"version": 2022
}
# {
# "ghc": "9.8",
# "platform": "windows",
# "version": 2022
# }
]
}
}
Expand Down

0 comments on commit 7a9a97d

Please sign in to comment.