Skip to content

Commit

Permalink
DTSERWONE-821 Bump up xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Feb 23, 2024
1 parent 2deb663 commit b58b917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
xcode_version: 14.2
- os: macos-13
xcode_version: 15.2
fastlane_task: unit_tests

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-12
- os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b58b917

Please sign in to comment.