Skip to content

Commit 3120632

Browse files
committed
Revert to ubuntu on some workflows
1 parent 5191524 commit 3120632

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/agp-matrix.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
agp-matrix-compatibility:
1515
timeout-minutes: 30
16-
runs-on: macos-15
16+
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -42,16 +42,16 @@ jobs:
4242
with:
4343
gradle-home-cache-cleanup: true
4444

45-
# - name: Setup KVM
46-
# shell: bash
47-
# run: |
48-
# # check if virtualization is supported...
49-
# sudo apt install -y --no-install-recommends cpu-checker coreutils && echo "CPUs=$(nproc --all)" && kvm-ok
50-
# # allow access to KVM to run the emulator
51-
# echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \
52-
# | sudo tee /etc/udev/rules.d/99-kvm4all.rules
53-
# sudo udevadm control --reload-rules
54-
# sudo udevadm trigger --name-match=kvm
45+
- name: Setup KVM
46+
shell: bash
47+
run: |
48+
# check if virtualization is supported...
49+
sudo apt install -y --no-install-recommends cpu-checker coreutils && echo "CPUs=$(nproc --all)" && kvm-ok
50+
# allow access to KVM to run the emulator
51+
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \
52+
| sudo tee /etc/udev/rules.d/99-kvm4all.rules
53+
sudo udevadm control --reload-rules
54+
sudo udevadm trigger --name-match=kvm
5555
5656
# Clean, build and release a test apk
5757
- name: Make assembleUiTests

.github/workflows/system-tests-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
system-test:
15-
runs-on: macos-15
15+
runs-on: ubuntu-latest
1616
continue-on-error: true
1717
env:
1818
SENTRY_URL: http://127.0.0.1:8000

0 commit comments

Comments
 (0)