Skip to content

Commit e9c2c8a

Browse files
committed
[test] Xcode 26.0.
1 parent 81a2495 commit e9c2c8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,7 @@ jobs:
7676
runs-on: macos-26
7777
steps:
7878
- uses: actions/checkout@main
79-
- run: ls -l /Applications/Xcode*
79+
- run: brew --config
80+
- run: sudo xcode-select -s /Applications/Xcode_26.0.app
81+
- run: brew --config
8082
- run: make

0 commit comments

Comments
 (0)