Skip to content

Commit df8fc55

Browse files
update macos CI to use Xcode_15.1
1 parent 5fbed22 commit df8fc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- if: matrix.os == 'macos-14'
3030
name: Configure Xcode (MacOS)
3131
run: |
32-
sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
32+
sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
3333
3434
- name: Configure Python
3535
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)