From 7b8b7793c4266ba293f8bb348c277b9e96bdec18 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:55:51 +0800 Subject: [PATCH] Update macOS resource class (#120) --- .circleci/release-config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/release-config.yml b/.circleci/release-config.yml index 6438e308..25e506eb 100644 --- a/.circleci/release-config.yml +++ b/.circleci/release-config.yml @@ -40,10 +40,8 @@ jobs: python3 -m twine upload -r pypi -u __token__ -p ${PYPI_TWINE_TOKEN} dist/*.whl macOS_x64_publish: macos: - xcode: 13.0.0 - environment: - HOMEBREW_NO_AUTO_UPDATE: 1 - resource_class: large + xcode: 15.1 + resource_class: macos.x86.medium.gen2 parameters: python_ver: type: string @@ -73,9 +71,7 @@ jobs: python3 -m twine upload -r pypi -u __token__ -p ${PYPI_TWINE_TOKEN} dist/*.whl macOS_arm64_publish: macos: - xcode: 14.2 - environment: - HOMEBREW_NO_AUTO_UPDATE: 1 + xcode: 15.1 resource_class: macos.m1.large.gen1 parameters: python_ver: