Skip to content

Commit

Permalink
[Tizen] Update default api-version of generate_sysroot script to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Jun 13, 2024
1 parent 84ee23c commit 5126947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/tizen/generate_sysroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ def main():
parser.add_argument(
'--api-version',
metavar='VER',
default=5.5,
default=6.0,
type=float,
help='Target API version (defaults to 5.5)'
help='Target API version (defaults to 6.0)'
)
args = parser.parse_args()

Expand Down

0 comments on commit 5126947

Please sign in to comment.