Skip to content

Commit

Permalink
Run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed May 24, 2024
1 parent 1ae1da5 commit 8c6b87d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,13 @@ jobs:
working-directory: sample

icons-test:
runs-on: macos-13
runs-on: ubuntu-latest
strategy:
matrix:
apiVersion: [ 28 ]

steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -184,6 +183,12 @@ jobs:

- uses: gradle/actions/setup-gradle@v3

- name: Enable KVM group perms
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: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 8c6b87d

Please sign in to comment.