Skip to content

Commit

Permalink
XCode 15.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 17, 2024
1 parent 7b43f7e commit 7497ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
macos: [ macos-13 ]
xcode: [ Xcode_14.1.0 ]
xcode: [ Xcode_15.2 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-13
strategy:
matrix:
xcode: [ Xcode_14.1.0 ]
xcode: [ Xcode_15.2 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7497ef1

Please sign in to comment.