Skip to content

Commit 70f8da5

Browse files
refactor: remove unnecessary xcode matrix from workflow yml file
1 parent d78cfff commit 70f8da5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/reusable_verify-packages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
verify-ios:
1212
runs-on: macos-15
1313
timeout-minutes: 30
14-
strategy:
15-
matrix:
16-
xcode:
17-
- /Applications/Xcode_26_0.app
1814
steps:
1915
- uses: actions/checkout@v3
2016
with:
@@ -24,7 +20,7 @@ jobs:
2420
- name: 'Setup Tools'
2521
uses: ./.github/actions/setup-tools
2622

27-
- run: sudo xcode-select --switch ${{ matrix.xcode }}
23+
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
2824

2925
- run: pnpm run verify:ios
3026
working-directory: ./plugin

0 commit comments

Comments
 (0)