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 febcfcd + d01e3a7 commit 35360daCopy full SHA for 35360da
.github/workflows/BuildPR.yml
@@ -6,14 +6,17 @@ jobs:
6
build-gitx:
7
name: build-gitx
8
runs-on: macOS-latest
9
+ strategy:
10
+ matrix:
11
+ xcode: [Xcode_12.2, Xcode_12.3, Xcode_12.4]
12
steps:
13
- name: Checkout
14
uses: actions/[email protected]
15
with:
16
fetch-depth: 0
17
submodules: recursive
18
- name: Set XCode Version
- run: sudo xcode-select -s /Applications/Xcode_12.2.app
19
+ run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
20
- name: pre build
21
run: cd External/objective-git && script/bootstrap && script/update_libgit2 && cd ../..
22
- name: Build project
0 commit comments