Skip to content

Commit

Permalink
ci: replace x86 macos executor with m1 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt authored and MathJud committed Jul 1, 2024
1 parent 3260e7a commit f13d2f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ executors:
REPO_URL: https://github.com/qaul/qaul.net
macos:
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul.net/qaul_ui/ios
flutter-linux:
Expand All @@ -169,7 +169,7 @@ executors:
REPO_URL: https://github.com/qaul/qaul.net
macos:
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul.net/qaul_ui
flutter-ubuntu-lean:
Expand Down Expand Up @@ -206,7 +206,7 @@ executors:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
macos:
xcode: 14.0.1
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul.net
jobs:
Expand Down
6 changes: 3 additions & 3 deletions circleci_config/config-continuation/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-linux-arm:
rust-macos:
macos:
xcode: 14.0.1
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
working_directory: ~/qaul.net
shell: /bin/bash --login -o pipefail
environment:
Expand Down Expand Up @@ -60,7 +60,7 @@ flutter-android:
flutter-ios:
macos:
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
# TODO: resource class is deprecated but still not available on Free tier; must be changed on June.
# resource_class: macos.m1.medium.gen1
shell: /bin/bash --login -o pipefail
Expand Down Expand Up @@ -90,7 +90,7 @@ flutter-linux-arm:
flutter-macos:
macos:
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul.net/qaul_ui
environment:
Expand Down

0 comments on commit f13d2f6

Please sign in to comment.