Skip to content

Commit 532a16d

Browse files
committed
switch to general queue for darwin
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 86056ec commit 532a16d

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
@@ -1,5 +1,5 @@
11
variables:
2-
SCHEDULER_PARAMETERS: "-pskylake-gold -t 1:00:00 -N 1 --ntasks-per-node=16"
2+
SCHEDULER_PARAMETERS: "-pgeneral -t 1:00:00 -N 1 --ntasks-per-node=16"
33
GIT_STRATEGY: clone
44
NPROCS: 4
55

@@ -45,7 +45,7 @@ build:intel:
4545
- cd examples
4646
- make
4747
variables:
48-
SCHEDULER_PARAMETERS: "-pskylake-gold -t 1:00:00 -N 1 --ntasks-per-node=16"
48+
SCHEDULER_PARAMETERS: "-pgeneral -t 1:00:00 -N 1 --ntasks-per-node=16"
4949
artifacts:
5050
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
5151
untracked: true

0 commit comments

Comments
 (0)