Skip to content

Commit a6880a6

Browse files
committed
re-sign qemu
1 parent 5e23d10 commit a6880a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212

1313
jobs:
1414
test_android:
15-
runs-on: macos-13-xlarge
15+
runs-on: macos-14
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -58,7 +58,11 @@ jobs:
5858
mv ../../dargon2_flutter_mobile/pubspec.test.yaml ../../dargon2_flutter_mobile/pubspec.yaml
5959
mv ../../dargon2_flutter_desktop/pubspec.test.yaml ../../dargon2_flutter_desktop/pubspec.yaml
6060
mv ../../dargon2_flutter_platform_interface/pubspec.test.yaml ../../dargon2_flutter_platform_interface/pubspec.yaml
61-
mv ../../../dargon2_core/pubspec.test.yaml ../../../dargon2_core/pubspec.yaml
61+
mv ../../../dargon2_core/pubspec.test.yaml ../../../dargon2_core/pubspec.yaml
62+
- name: Re-sign qemu
63+
run: |
64+
ls /Users/runner/Library/Android/sdk/emulator/qemu/
65+
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64-headless
6266
- name: Run Integration Tests
6367
uses: reactivecircus/[email protected]
6468
with:

dargon2_flutter/dargon2_flutter_mobile/android/qemu-entitlements.xml

Whitespace-only changes.

0 commit comments

Comments
 (0)