diff --git a/.circleci/config.yml b/.circleci/config.yml index a78f152b0..d48f17fa0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" @@ -345,8 +345,6 @@ commands: exit 1 fi - - - install_volta: platform: << parameters.platform >> diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a36051a..28ec8ee62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.