Skip to content

Commit

Permalink
use linux runner in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rivasjm authored Oct 24, 2024
1 parent ba90dec commit 2737444
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,18 @@ jobs:
# Run unit and ui tests together, to capture the test coverage of both
android-tests:
name: Android Tests
runs-on: macos-13
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v4

- 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
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 2737444

Please sign in to comment.