Skip to content

Commit

Permalink
Update Xcode version to 16.2 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jan 21, 2025
1 parent e874924 commit d2ace90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app_facing_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'flutter_custom_tabs/**'
- '!**.md'
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app
DEVELOPER_DIR: /Applications/Xcode_16.2.app

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_implementation_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/ios_implementation_package.yml'
- '!**.md'
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app
DEVELOPER_DIR: /Applications/Xcode_16.2.app

jobs:
build:
Expand Down

0 comments on commit d2ace90

Please sign in to comment.