Skip to content

Commit 6cc6649

Browse files
committed
[CI] Build on stan rather than kate
The clang on kate is too new for `data.table` R package. See Rdatatable/data.table#7318
1 parent 597d338 commit 6cc6649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ build_macos_job:
573573
build_macos_arm_job:
574574
tags:
575575
- macos-arm64
576-
- kate
576+
- stan
577577
stage: build
578578
variables:
579579
GIT_SUBMODULE_STRATEGY: normal
@@ -734,7 +734,7 @@ test_macos_job:
734734
test_macos_arm_job:
735735
tags:
736736
- macos-arm64
737-
- kate
737+
- stan
738738
stage: test
739739
variables:
740740
LANG: en_US.UTF-8

0 commit comments

Comments
 (0)