Skip to content

Commit 4809ec1

Browse files
committed
changed the macos version
Failed old macOS
1 parent 3ac993d commit 4809ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 2
1010
jobs:
1111
build-and-test:
1212
macos:
13-
xcode: "10.2.0"
13+
xcode: 14.0.1
1414
working_directory: /Users/distiller/project
1515
environment:
1616
FL_OUTPUT_DIR: output
@@ -29,7 +29,7 @@ jobs:
2929

3030
adhoc:
3131
macos:
32-
xcode: "10.2.0"
32+
xcode: 14.0.1
3333
working_directory: /Users/distiller/project
3434
environment:
3535
FL_OUTPUT_DIR: output
@@ -46,7 +46,7 @@ jobs:
4646

4747
beta:
4848
macos:
49-
xcode: "10.2.0"
49+
xcode: 14.0.1
5050
working_directory: /Users/distiller/project
5151
environment:
5252
FL_OUTPUT_DIR: output

0 commit comments

Comments
 (0)