Skip to content

Commit

Permalink
ci: move back to intel-based resource class mac based executors
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt committed Dec 4, 2023
1 parent dca3d18 commit 0da91d6
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 @@ -141,7 +141,7 @@ executors:
REPO_URL: https://github.com/qaul/qaul.net
macos:
xcode: 14.1.0
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul-libp2p/qaul_ui/ios
flutter-linux:
Expand All @@ -165,7 +165,7 @@ executors:
REPO_URL: https://github.com/qaul/qaul.net
macos:
xcode: 14.0.1
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul-libp2p/qaul_ui
flutter-ubuntu-lean:
Expand Down Expand Up @@ -201,7 +201,7 @@ executors:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
macos:
xcode: 14.0.1
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul-libp2p
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 @@ -28,7 +28,7 @@ rust-linux-arm:
rust-macos:
macos:
xcode: 14.0.1
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
working_directory: ~/qaul-libp2p
shell: /bin/bash --login -o pipefail
environment:
Expand Down Expand Up @@ -59,7 +59,7 @@ flutter-android:
flutter-ios:
macos:
xcode: 14.1.0
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul-libp2p/qaul_ui/ios
environment:
Expand All @@ -85,7 +85,7 @@ flutter-linux-arm:
flutter-macos:
macos:
xcode: 14.0.1
resource_class: macos.m1.medium.gen1
resource_class: macos.x86.medium.gen2
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul-libp2p/qaul_ui
environment:
Expand Down

0 comments on commit 0da91d6

Please sign in to comment.