Skip to content

Commit

Permalink
Merge pull request #9164 from filecoin-project/gstuart/xcode-version-ci
Browse files Browse the repository at this point in the history
chore: ci: Update xcode version for macos builds
  • Loading branch information
magik6k committed Aug 15, 2022
2 parents 8ecf6f3 + b648cec commit bafa664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -382,7 +382,7 @@ jobs:
description: publish github release and homebrew?
type: boolean
macos:
xcode: "12.5.0"
xcode: "13.4.1"
working_directory: ~/go/src/github.com/filecoin-project/lotus
steps:
- prepare:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/template.yml
Expand Up @@ -382,7 +382,7 @@ jobs:
description: publish github release and homebrew?
type: boolean
macos:
xcode: "12.5.0"
xcode: "13.4.1"
working_directory: ~/go/src/github.com/filecoin-project/lotus
steps:
- prepare:
Expand Down

0 comments on commit bafa664

Please sign in to comment.