Skip to content

Commit

Permalink
CI: change jni runner to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDusek committed Dec 5, 2024
1 parent 4ff5fb3 commit 79c0f07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,15 @@ jobs:
android_tests:
name: Test JNI(Android) bindings
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 79c0f07

Please sign in to comment.