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 d78cfff commit 70f8da5Copy full SHA for 70f8da5
.github/workflows/reusable_verify-packages.yml
@@ -11,10 +11,6 @@ jobs:
11
verify-ios:
12
runs-on: macos-15
13
timeout-minutes: 30
14
- strategy:
15
- matrix:
16
- xcode:
17
- - /Applications/Xcode_26_0.app
18
steps:
19
- uses: actions/checkout@v3
20
with:
@@ -24,7 +20,7 @@ jobs:
24
- name: 'Setup Tools'
25
21
uses: ./.github/actions/setup-tools
26
22
27
- - run: sudo xcode-select --switch ${{ matrix.xcode }}
23
+ - run: sudo xcode-select --switch /Applications/Xcode_26.0.app
28
29
- run: pnpm run verify:ios
30
working-directory: ./plugin
0 commit comments