File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
strategy :
44
44
fail-fast : false
45
45
matrix :
46
- os : [ubuntu-latest, macos-11 ]
46
+ os : [ubuntu-latest, macos-latest ]
47
47
module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
48
48
bzlmod : [true, false]
49
49
ghc :
@@ -144,7 +144,7 @@ jobs:
144
144
strategy :
145
145
fail-fast : false
146
146
matrix :
147
- os : [ubuntu-latest, macos-11 , windows-latest]
147
+ os : [ubuntu-latest, macos-latest , windows-latest]
148
148
module : [rules_haskell, rules_haskell_tests]
149
149
bzlmod : [true, false]
150
150
ghc :
@@ -165,14 +165,14 @@ jobs:
165
165
# prevent auto-detection of system compilers on Windows
166
166
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN : ${{ matrix.os == 'windows-latest' && 1 || 0 }}
167
167
# do not use Xcode on macOS
168
- BAZEL_USE_CPP_ONLY_TOOLCHAIN : ${{ matrix.os == 'macos-11 ' && 1 || 0 }}
168
+ BAZEL_USE_CPP_ONLY_TOOLCHAIN : ${{ matrix.os == 'macos-latest ' && 1 || 0 }}
169
169
GHC_VERSION : ${{ matrix.ghc }}
170
170
runs-on : ${{ matrix.os }}
171
171
steps :
172
172
- uses : actions/checkout@v4
173
173
- uses : ./.github/actions/free_disk_space_on_linux
174
174
- uses : ./.github/actions/install_apt_pkgs
175
- with :
175
+ with :
176
176
packages : libtinfo5
177
177
- name : Mount Bazel cache
178
178
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments