Skip to content

Commit

Permalink
Bumping version tag of provisioning profile cipd package. (#137710)
Browse files Browse the repository at this point in the history
Bug:flutter/flutter#137166

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
  • Loading branch information
yusuf-goog authored Nov 1, 2023
1 parent 9e48db4 commit c617937
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-12|Mac-13
device_type: none
Expand All @@ -89,7 +89,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-12|Mac-13
device_type: none
Expand All @@ -102,7 +102,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
device_type: none
mac_model: "Macmini8,1"
Expand All @@ -117,7 +117,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-12|Mac-13
device_type: none
Expand All @@ -131,7 +131,7 @@ platform_properties:
dependencies: >-
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-12|Mac-13
device_type: none
Expand Down Expand Up @@ -166,7 +166,7 @@ platform_properties:
dependencies: >-
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-12|Mac-13
cpu: x86
Expand Down

0 comments on commit c617937

Please sign in to comment.