Skip to content

Commit 5225721

Browse files
0xLeifclaude
andcommitted
ci: use GitHub-hosted runners with generic Xcode path
- Use macos-latest instead of self-hosted - Change Xcode_16.0.app to Xcode.app for compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5f9ef29 commit 5225721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Select Xcode
19-
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
19+
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
2020

2121
- name: Build Documentation
2222
run: |

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Select Xcode
13-
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
13+
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
1414
- name: Build
1515
run: swift build -v
1616
- name: Run tests

0 commit comments

Comments
 (0)