We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a2495 commit e9c2c8aCopy full SHA for e9c2c8a
1 file changed
.github/workflows/test.yml
@@ -76,5 +76,7 @@ jobs:
76
runs-on: macos-26
77
steps:
78
- uses: actions/checkout@main
79
- - run: ls -l /Applications/Xcode*
+ - run: brew --config
80
+ - run: sudo xcode-select -s /Applications/Xcode_26.0.app
81
82
- run: make
0 commit comments