Skip to content

Commit

Permalink
CI: update OSes to latest versions (jaspervdj#981)
Browse files Browse the repository at this point in the history
* CI: update OSes to latest versions

* CI: avoid old compilers on macOS
  • Loading branch information
Minoru authored Apr 2, 2023
1 parent 66ace43 commit f9f99be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-11, windows-2022]
os: [ubuntu-22.04, macOS-12, windows-2022]
cabal: ["3.6"]
ghc:
- "8.6.5"
Expand All @@ -22,10 +22,10 @@ jobs:
- "9.2.5"
exclude:
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-11
- os: macOS-12
ghc: 8.6.5
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-11
- os: macOS-12
ghc: 8.8.4
# haskell/actions/setup fails to install this version because of chocolatey: https://github.com/haskell/actions/issues/129
- os: windows-2022
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
stack:
name: stack / ghc ${{ matrix.ghc }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
stack: ["2.9.3"]
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
sdist:
name: Cabal file is up-to-date
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
cabal: ["3.6"]
Expand Down

0 comments on commit f9f99be

Please sign in to comment.