We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df012e4 commit efb8e94Copy full SHA for efb8e94
.github/workflows/macos.yml
@@ -7,6 +7,9 @@ jobs:
7
runs-on: macos-13
8
9
steps:
10
+ - uses: maxim-lobanov/setup-xcode@v1
11
+ with:
12
+ xcode-version: '15.2'
13
14
- name: Setup environment - Brew tap
15
run: |
0 commit comments