Skip to content

Commit

Permalink
ci(macos): Migrate to macos13 ventura (#31033) (#32787)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz authored Jan 8, 2025
1 parent fd5bbe3 commit 113db46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab/lint/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include:

lint_macos_gitlab_amd64:
extends: .lint_macos_gitlab
tags: ["macos:monterey-amd64", "specific:true"]
tags: ["macos:ventura-amd64", "specific:true"]
rules:
- !reference [.except_mergequeue]
- when: on_success
Expand All @@ -24,4 +24,4 @@ lint_macos_gitlab_arm64:
rules:
- !reference [.on_main]
- !reference [.manual]
tags: ["macos:monterey-arm64", "specific:true"]
tags: ["macos:ventura-arm64", "specific:true"]
5 changes: 3 additions & 2 deletions .gitlab/source_test/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tests_macos:

tests_macos_gitlab_amd64:
extends: .tests_macos_gitlab
tags: ["macos:monterey-amd64", "specific:true"]
tags: ["macos:ventura-amd64", "specific:true"]
after_script:
- !reference [.vault_login]
- !reference [.select_python_env_commands]
Expand All @@ -77,7 +77,8 @@ tests_macos_gitlab_arm64:
extends: .tests_macos_gitlab
rules:
!reference [.manual]
tags: ["macos:monterey-arm64", "specific:true"]
tags: ["macos:ventura-arm64", "specific:true"]
allow_failure: true
after_script:
- !reference [.vault_login]
- !reference [.select_python_env_commands]
Expand Down

0 comments on commit 113db46

Please sign in to comment.