Skip to content

Commit 205e43e

Browse files
committed
Further fix
1 parent 4a2bee9 commit 205e43e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/inapp-e2e-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
inapp-e2e-tests:
2222
name: In-App Message E2E Tests
23-
runs-on: ubuntu-latest
23+
runs-on: macos-13 # macOS required for emulator network connectivity
2424

2525
strategy:
2626
matrix:
@@ -84,13 +84,6 @@ jobs:
8484
# iterableapi/build/outputs/aar/
8585
# key: build-cache-${{ runner.os }}-${{ hashFiles('**/gradle-wrapper.properties', '**/*.kt', '**/*.java', '**/build.gradle', 'gradle.properties') }}
8686

87-
- name: Enable KVM Hardware Acceleration
88-
run: |
89-
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
90-
sudo udevadm control --reload-rules
91-
sudo udevadm trigger --name-match=kvm
92-
ls -al /dev/kvm
93-
9487
- name: Restore AVD Cache
9588
uses: actions/cache/restore@v3
9689
id: avd-cache

0 commit comments

Comments
 (0)