Skip to content

Commit 10eb099

Browse files
authored
chore: update ci
1 parent 4178331 commit 10eb099

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: '20'
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: npm install
3333

3434
- name: Run npm audit
3535
run: npm audit --audit-level=moderate
@@ -172,7 +172,7 @@ jobs:
172172
path: ${{ github.workspace }}/example/android/app-release-${{ github.sha }}.apk
173173

174174
android-api-level-test:
175-
runs-on: macos-latest
175+
runs-on: macos-13
176176
needs: android-build
177177
name: Android Test
178178
strategy:
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
api-level: ${{ matrix.api-level }}
240240
target: ${{ matrix.target }}
241-
arch: arm64-v8a
241+
arch: x86_64
242242
profile: pixel_5
243243
script: |
244244
cd example/android && ./gradlew connectedCheck --stacktrace
@@ -328,13 +328,13 @@ jobs:
328328
if: steps.verify-iOS-changed-files.outputs.any_changed == 'true'
329329
run: |
330330
cd example/ios
331-
xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' | xcpretty
331+
xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16' | xcpretty
332332
333333
- name: Test
334334
if: steps.verify-iOS-changed-files.outputs.any_changed == 'true'
335335
run: |
336336
cd example/ios
337-
xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' test | xcpretty
337+
xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16' test | xcpretty
338338
339339
ci-complete:
340340
name: Complete CI

0 commit comments

Comments
 (0)