Skip to content

Commit cba21fd

Browse files
authored
GLCI: use an older macOS image (#7405)
Currently, GitLab offers a choice between macos-14-xcode-15 and macos-15-xcode-16, and Xcode 16.4 is not compatible with the R-bundled OpenMP runtime. Switch to the older image.
1 parent 6de436c commit cba21fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,15 @@ test-win-old:
337337
## R-release on MacOS
338338
test-mac-rel:
339339
<<: *test-mac
340+
image: macos-14-xcode-15
340341
variables:
341342
R_VERSION: "$R_REL_VERSION"
342343
R_BIN: "$R_REL_MAC_BIN"
343344

344345
## R-oldrel on MacOS
345346
test-mac-old:
346347
<<: *test-mac
348+
image: macos-14-xcode-15
347349
variables:
348350
R_VERSION: "$R_OLD_VERSION"
349351
R_BIN: "$R_OLD_MAC_BIN"

0 commit comments

Comments
 (0)