Skip to content

Commit

Permalink
Try using older os
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 14, 2024
1 parent 862ccdf commit 0c58722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
include:
# Linux
- { os: ubuntu-latest, ghc: "8.0.2" }
- { os: ubuntu-latest, ghc: "8.2.2" }
- { os: ubuntu-22.04, ghc: "8.0.2" }
- { os: ubuntu-22.04, ghc: "8.2.2" }
- { os: ubuntu-latest, ghc: "8.4.4" }
- { os: ubuntu-latest, ghc: "8.6.5" }
- { os: ubuntu-latest, ghc: "8.8.4" }
Expand All @@ -35,8 +35,8 @@ jobs:
- { os: ubuntu-latest, ghc: "9.8.2" }
- { os: ubuntu-latest, ghc: "9.10.1" }
# MacOS
- { os: macOS-latest, ghc: "8.0.2" }
- { os: macOS-latest, ghc: "8.2.2" }
- { os: macOS-13, ghc: "8.0.2" }
- { os: macOS-13, ghc: "8.2.2" }
- { os: macOS-latest, ghc: "8.4.4" }
- { os: macOS-latest, ghc: "8.6.5" }
- { os: macOS-latest, ghc: "8.8.4" }
Expand Down

0 comments on commit 0c58722

Please sign in to comment.