Skip to content

Commit

Permalink
Change release jobs to non-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jan 17, 2024
1 parent 473d425 commit 91de160
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ jobs:

run-test-ios-15:
<<: *base-job
# Running on M1 makes these tests crash
# Fix-me: running on M1 makes these tests crash
resource_class: macos.x86.medium.gen2
steps:
- checkout
Expand Down Expand Up @@ -753,6 +753,8 @@ jobs:

release-checks:
<<: *base-job
# Fix-me: Carthage can't build fat frameworks on Apple Silicon. See
resource_class: macos.x86.medium.gen2
steps:
- checkout
- trust-github-key
Expand Down Expand Up @@ -792,6 +794,8 @@ jobs:

make-release:
<<: *base-job
# Fix-me: Carthage can't build fat frameworks on Apple Silicon. See
resource_class: macos.x86.medium.gen2
steps:
- checkout
- trust-github-key
Expand Down

0 comments on commit 91de160

Please sign in to comment.