Skip to content

Commit

Permalink
Switch to ubuntu to fix free-disk-space action
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Mar 20, 2024
1 parent 4d66496 commit 623170e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle_connected-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
# Faster, but MacOS costs 8 ct/min instead of 0.8 ct/min of on Linux.
# Unfortunately, `DataCapturingServiceTest.testDisconnectReconnect` fails on linux stack.
# But as this is a public repository, Github Actions are currently free of charge.
runs-on: macos-latest # as recommended in `actions/android-emulator-runner`
#runs-on: macos-latest # as recommended in `actions/android-emulator-runner`

# But we had to add `free-disk-space` to fix emulator flakiness. It only runs on ubuntu.
runs-on: ubuntu-latest

# To test against multiple APIs
strategy:
Expand Down

0 comments on commit 623170e

Please sign in to comment.