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.
2 parents 254e172 + 80baa07 commit 0708b54Copy full SHA for 0708b54
.github/workflows/BuildPR.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os : [ macOS-13 ]
17
- xcode: [ Xcode_14.1, Xcode_14.2, Xcode_15.1, Xcode_15.2 ]
+ xcode: [ 14.1, 14.2, 15.1, 15.2 ]
18
arch: [ x86_64 ]
19
steps:
20
- name: ls Xcode
@@ -24,8 +24,9 @@ jobs:
24
with:
25
fetch-depth: 0
26
submodules: true
27
- - name: Set XCode Version
28
- run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
+ - uses: maxim-lobanov/setup-xcode@v1
+ with:
29
+ xcode-version: ${{ matrix.xcode }}
30
- name: Show openssl version
31
run: |
32
openssl version
0 commit comments