Skip to content

Commit

Permalink
Update macOS resource class (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 10, 2024
1 parent c19a4cc commit 7b8b779
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7b8b779

Please sign in to comment.