Skip to content

Commit 7675155

Browse files
committed
Fix CI and Deploy machine
1 parent b26640a commit 7675155

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Instrumentation tests
6161
# Android emulators require hardware acceleration (HAXM on Mac & Windows, QEMU on Linux) from the host to run fast.
6262
# The macOS VM provided by GitHub Actions is the only one that currently supports it.
63-
runs-on: macos-13
63+
runs-on: ubuntu-latest
6464
timeout-minutes: 45
6565
env:
6666
JAVA_TOOL_OPTIONS: -Xmx4g
Binary file not shown.

0 commit comments

Comments
 (0)