Skip to content

Commit bcced1c

Browse files
committed
ci: bump macos version to monterey with xcode 14.2.0
1 parent 388f177 commit bcced1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ jobs:
117117
command: |
118118
nix-channel --update
119119
nix-build
120-
ventura:
120+
monterey:
121121
macos:
122-
xcode: 13.4.1
122+
xcode: 14.2.0
123123
steps:
124124
- checkout
125125
- run:
@@ -170,4 +170,4 @@ workflows:
170170
parameters:
171171
distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317]
172172
- nixos
173-
- ventura
173+
- monterey

0 commit comments

Comments
 (0)