Skip to content

Commit

Permalink
Add Ubuntu 22.04 to CI
Browse files Browse the repository at this point in the history
No particular reason here other than future-proofness. Ubuntu 18.04
is having a brownout today in GitHub runners and was removed in a
previous commit. Having just Ubuntu 20.04 felt a little sad so I'm
adding in 22.04.

8.10.7 was chosen to be aligned to the Mac and Windows variants.
It's the main supported version for this library for now.
  • Loading branch information
yutotakano committed Oct 18, 2022
1 parent b42e502 commit d86b239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
os: ["ubuntu-20.04"]
ghc: ["8.10.7", "9.0.2", "9.2.4"]
include:
- os: ubuntu-22.04
ghc: "8.10.7"
- os: macOS-latest
ghc: "8.10.7"
- os: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
os: ["ubuntu-20.04"]
ghc: ["8.10.7", "9.0.2", "9.2.4"]
include:
- os: ubuntu-22.04
ghc: "8.10.7"
- os: macOS-latest
ghc: "8.10.7"
- os: windows-latest
Expand Down

0 comments on commit d86b239

Please sign in to comment.