Skip to content

Commit

Permalink
Remove macOS x64 from CircleCI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Jul 12, 2024
1 parent a18a13e commit 733cfcc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ workflows:
version: 2
release:
jobs:
- release:
name: macos-x64
executor: macos
resource_class: macos.x86.medium.gen2
make_jobs: 2
filters:
tags: { only: /^release\/.+-base$/ }
branches: { ignore: /.*/ }
# - release:
# name: macos-x64
# executor: macos
# resource_class: macos.x86.medium.gen2
# make_jobs: 2
# filters:
# tags: { only: /^release\/.+-base$/ }
# branches: { ignore: /.*/ }
- release:
name: macos-arm64
executor: macos
Expand Down

0 comments on commit 733cfcc

Please sign in to comment.