Skip to content

Commit

Permalink
CI: Switch to M1 medium workers
Browse files Browse the repository at this point in the history
These are twice as costly per usage minute.
macos.x86.medium.gen2 will be gone in June 2024,
so eventually we will need to switch anyway.
Maybe the raw performance makes up for the increase in costs.
  • Loading branch information
badboy committed Nov 15, 2023
1 parent 5aad627 commit fa09610
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
Check Swift formatting:
macos:
xcode: "15.0"
resource_class: "macos.x86.medium.gen2"
resource_class: "macos.m1.medium.gen1"
steps:
- checkout
- run:
Expand All @@ -500,7 +500,7 @@ jobs:
iOS build and test:
macos:
xcode: "15.0"
resource_class: "macos.x86.medium.gen2"
resource_class: "macos.m1.medium.gen1"
steps:
- checkout
- run:
Expand Down Expand Up @@ -607,7 +607,7 @@ jobs:
iOS integration test:
macos:
xcode: "15.0"
resource_class: "macos.x86.medium.gen2"
resource_class: "macos.m1.medium.gen1"
steps:
- checkout
- skip-if-doc-only
Expand Down Expand Up @@ -665,7 +665,7 @@ jobs:
iOS Framework release:
macos:
xcode: "15.0"
resource_class: "macos.x86.medium.gen2"
resource_class: "macos.m1.medium.gen1"
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -885,7 +885,7 @@ jobs:
pypi-macos-release:
macos:
xcode: "15.0"
resource_class: "macos.x86.medium.gen2"
resource_class: "macos.m1.medium.gen1"
steps:
- install-rustup
- setup-rust-toolchain
Expand Down

0 comments on commit fa09610

Please sign in to comment.