Skip to content

Commit 0a703b5

Browse files
committed
Test: drop macos-13 (deprecated, does not support node 24)
1 parent cb2922a commit 0a703b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@ jobs:
8888

8989
include:
9090

91-
# Future macos
91+
# Other macos
9292

93-
- os: macos-15
93+
- os: macos-15-intel
9494
plan:
9595
ghc: latest
9696
cabal: latest
9797
cabal_update: "true"
9898

99-
# Some previously recommended releases of ghc with supported cabal
100-
101-
- os: macos-13
102-
# GHC 9.0 does not work on macos-14 (LLVM problem #77)
99+
- os: macos-14
103100
plan:
104-
ghc: "9.0"
105-
cabal: "3.10"
101+
ghc: latest
102+
cabal: latest
103+
cabal_update: "true"
104+
105+
# Some previously recommended releases of ghc with supported cabal
106106

107107
- os: ubuntu-latest
108108
plan:

0 commit comments

Comments
 (0)