Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Jul 28, 2023
1 parent a9be545 commit cb2b468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ workflows:
name: << matrix.platform >>_test
matrix: &matrix-default
parameters:
platform: ["mac_arm64"]
platform: ["amd64"]
filters: &filters-default
branches:
ignore:
Expand Down Expand Up @@ -204,7 +204,7 @@ workflows:
name: << matrix.platform >>_<< matrix.job_type >>_verification
matrix:
parameters:
platform: ["mac_arm64"]
platform: ["amd64"]
job_type: ["test", "integration", "e2e_expect"]
requires:
- << matrix.platform >>_<< matrix.job_type >>
Expand Down

0 comments on commit cb2b468

Please sign in to comment.