Skip to content

Commit

Permalink
Fix CI by updating Xcode version to 15.0.1 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-Ham authored and gh-action-runner committed Oct 27, 2023
1 parent a9a7934 commit cb297db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]

env:
XCODE_VERSION: "15.0.0"
XCODE_VERSION: "15.0.1"

jobs:
tuist-generation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 7 * * *"

env:
XCODE_VERSION: "15.0.0"
XCODE_VERSION: "15.0.1"

jobs:
tuist-generation:
Expand Down

0 comments on commit cb297db

Please sign in to comment.