Skip to content

Commit

Permalink
Update GitHub Actions Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Mar 30, 2024
1 parent 9014ffe commit 5c0bf0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
MINT_PATH: .mint/lib
MINT_LINK_PATH: .mint/bin
SWIFTLINT_VERSION: 0.53.0
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
4 changes: 2 additions & 2 deletions .github/workflows/Swift-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.0']
xcode: ['14.2', '15.2']
exclude:
- os: macos-12
xcode: '15.0'
xcode: '15.2'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Xcode-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.0']
xcode: ['14.2', '15.2']
exclude:
- os: macos-12
xcode: '15.0'
xcode: '15.2'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
Expand Down

0 comments on commit 5c0bf0b

Please sign in to comment.