Skip to content

Commit

Permalink
Update Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
to4iki committed Jun 12, 2024
1 parent 4578047 commit 21042f1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcode: ['14.2']
xcode: ['15.4']
config: ['debug', 'release']
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Xcode Select
run: sudo xcode-select -s /Applications/Xcode_14.2.0.app
run: sudo xcode-select -s /Applications/Xcode_15.4.0.app
- name: Tap
run: brew tap pointfreeco/formulae
- name: Install
Expand Down

0 comments on commit 21042f1

Please sign in to comment.