Skip to content

Commit 89fe454

Browse files
committed
run this
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent ba66d58 commit 89fe454

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
target: aarch64-linux-android,
2626
avd_arch: arm64-v8a,
2727
arch: aarch64,
28-
os: ubuntu-24.04,
28+
os: macos-14,
2929
}
3030
- {
3131
target: x86_64-linux-android,
3232
avd_arch: x86_64,
3333
arch: x86_64,
34-
os: macos-14,
34+
os: ubuntu-24.04,
3535
}
3636
features:
3737
[
@@ -52,6 +52,7 @@ jobs:
5252
tool: cargo-dinghy
5353

5454
- name: Enable KVM
55+
if: ${{ contains(matrix.platform.os, 'ubuntu') }}
5556
run: |
5657
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
5758
sudo udevadm control --reload-rules

0 commit comments

Comments
 (0)