Skip to content

Commit 6621233

Browse files
authored
Merge pull request #2356 from tweag/cb/ci-macos-14
CI: Update macos image to macos-14
2 parents c5a0e3d + 8e17897 commit 6621233

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/patch-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-24.04, macos-13, windows-2022]
33+
os: [ubuntu-24.04, macos-14, windows-2022]
3434
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
3535
runs-on: ${{ matrix.os }}
3636
steps:

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-24.04, macos-13]
46+
os: [ubuntu-24.04, macos-14]
4747
module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4848
bzlmod: [true, false]
4949
ghc:
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-24.04, macos-13, windows-2022]
142+
os: [ubuntu-24.04, macos-14, windows-2022]
143143
module: [rules_haskell, rules_haskell_tests]
144144
bzlmod: [true, false]
145145
ghc:
@@ -254,7 +254,7 @@ jobs:
254254
strategy:
255255
fail-fast: false
256256
matrix:
257-
os: [ubuntu-24.04, macos-13, macos-14, windows-2022]
257+
os: [ubuntu-24.04, macos-14, macos-15-intel, windows-2022]
258258
bzlmod: [true, false]
259259
bazel:
260260
- "6.x"

rules_haskell_tests/tests/recompilation/recompilation_workspace/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ rules_haskell_dependencies()
1313
load("@rules_haskell//haskell:nixpkgs.bzl", "haskell_register_ghc_nixpkgs")
1414

1515
haskell_register_ghc_nixpkgs(
16-
attribute_path = "haskell.compiler.ghc8107",
16+
attribute_path = "haskell.compiler.ghc948",
1717
repository = "@rules_haskell//nixpkgs:default.nix",
18-
version = "8.10.7",
18+
version = "9.4.8",
1919
)
2020

2121
load("@rules_haskell//haskell:toolchain.bzl", "rules_haskell_toolchains")
@@ -24,7 +24,7 @@ rules_haskell_toolchains(
2424
dist = {
2525
"linux_amd64": "deb10",
2626
},
27-
version = "8.10.7",
27+
version = "9.4.8",
2828
)
2929

3030
load("@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl", "nixpkgs_cc_configure")

rules_haskell_tests/tests/test_haddock.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ def expected_values(test_ghc_version):
9595
]
9696
elif test_ghc_version == "9.8.2" and is_darwin:
9797
return [
98-
"haddock/array-0.5.6.0-28ee",
99-
"haddock/base-4.19.1.0-654f",
100-
"haddock/deepseq-1.5.0.0-778c",
101-
"haddock/ghc-bignum-1.3-8434",
102-
"haddock/ghc-boot-th-9.8.2-bc62",
103-
"haddock/ghc-prim-0.11.0-a7d8",
98+
"haddock/array-0.5.6.0-a13d",
99+
"haddock/base-4.19.1.0-e86d",
100+
"haddock/deepseq-1.5.0.0-8f97",
101+
"haddock/ghc-bignum-1.3-625d",
102+
"haddock/ghc-boot-th-9.8.2-c69e",
103+
"haddock/ghc-prim-0.11.0-f42f",
104104
"haddock/index",
105-
"haddock/pretty-1.1.3.6-ffc0",
106-
"haddock/template-haskell-2.21.0.0-fc14",
105+
"haddock/pretty-1.1.3.6-b285",
106+
"haddock/template-haskell-2.21.0.0-4c6f",
107107
"haddock/testsZShaddockZShaddock-lib-a",
108108
"haddock/testsZShaddockZShaddock-lib-b",
109109
"haddock/testsZShaddockZShaddock-lib-deep",

0 commit comments

Comments
 (0)