We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbfd42 commit ad788c9Copy full SHA for ad788c9
.github/workflows/integration-tests.yml
@@ -29,8 +29,8 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- macos: [macos-10.15, macos-11]
33
- command: [download, search]
+ macos: [macos-10.15]
+ command: [download]
34
steps:
35
- name: Download binary
36
uses: actions/download-artifact@v2
@@ -45,3 +45,5 @@ jobs:
45
run: |
46
cp $(brew --prefix)/opt/swift/Swift-5.5.xctoolchain/usr/lib/swift-5.5/macosx/libswift_Concurrency.dylib /usr/lib/swift/libswift_Concurrency.dylib
47
./ipatool-current/ipatool ${{ matrix.command }} --help
48
+ - uses: mxschmitt/action-tmate@v3
49
+ if: ${{ failure() }}
0 commit comments