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 bb3b957 commit a422dbfCopy full SHA for a422dbf
.github/workflows/zip.yml
@@ -27,6 +27,8 @@ jobs:
27
runs-on: macOS-latest
28
steps:
29
- uses: actions/checkout@v2
30
+ - name: Xcode 12.2
31
+ run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
32
- name: Build
33
run: |
34
cd ReleaseTooling
@@ -39,6 +41,8 @@ jobs:
39
41
40
42
43
44
45
46
- name: Setup Bundler
47
run: ./scripts/setup_bundler.sh
48
- name: ZipBuildingTest
0 commit comments