Skip to content

Commit

Permalink
Update macOS resource class in CI. (OpenLineage#2805)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dardzinski <[email protected]>
Co-authored-by: Jakub Dardzinski <[email protected]>
  • Loading branch information
pawel-big-lebowski and JDarDagran authored Jun 26, 2024
1 parent 7cc1961 commit 371ede9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
parameters:
resource_class:
type: string
default: "macos.x86.medium.gen2"
default: "macos.m1.medium.gen1"
working_directory: ~/openlineage/integration/sql/iface-java
macos:
xcode: 14.2.0
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
working_directory: ~/openlineage/integration/sql
macos:
xcode: 14.2.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
steps:
- *checkout_project_root
- run: RUN_TESTS=true bash iface-py/script/setup-macos.sh
Expand Down Expand Up @@ -1035,7 +1035,7 @@ workflows:
matrix:
alias: compile-integration-sql-java-macos-x86
parameters:
resource_class: [ "macos.x86.medium.gen2" ]
resource_class: [ "macos.m1.medium.gen1" ]
filters:
tags:
only: /^[0-9]+(\.[0-9]+){2}(-rc\.[0-9]+)?$/
Expand Down

0 comments on commit 371ede9

Please sign in to comment.