Skip to content

Commit ccda5e4

Browse files
committed
Updates to circleci yaml.
Getting close to end-of-life the medium macOS resource which is replaced by the macos.x86.medium.gen2. The workflow file previously did not specify the resource, so used default of medium. We now explicitly specify the resource. Increased the allowed no output timeout to 1 hour.
1 parent 8dd0d41 commit ccda5e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ executors:
1818
xcode: 13.4.1
1919
environment:
2020
RUNNER_OS: macos
21+
resource_class: macos.x86.medium.gen2
2122

2223
jobs:
2324
lint:
@@ -83,7 +84,7 @@ jobs:
8384
python Utilities/downloaddata.py Data/ Data/manifest.json
8485
- run:
8586
name: run the test
86-
no_output_timeout: 45m
87+
no_output_timeout: 1h
8788
command: |
8889
export SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT=1
8990
export PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)