Skip to content

Commit

Permalink
chore: use correct xcode version for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Apr 19, 2023
1 parent 793b3fc commit bebf022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ executors:
# until there is official support for building on real ARM Macs
arm_macos: &arm_macos_executor
macos:
xcode: "13.4"
xcode: "14.2"
resource_class: macos.m1.large.gen1
environment:
XTASK_TARGET: "aarch64-apple-darwin"
Expand Down Expand Up @@ -345,8 +345,6 @@ commands:
exit 1
fi
- install_volta:
platform: << parameters.platform >>

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Rover's documentation has been updated to refer to the [new GraphOS documentation](https://www.apollographql.com/docs/graphos) along with updating some terminology.

- **Mention community-maintained installation methods - @dbanty, #1542**
- **Mention community-maintained installation methods - @dbanty, #1542**

Rover's documentation now mentions the unofficial installation methods `nix` and `brew`.

Expand Down

0 comments on commit bebf022

Please sign in to comment.