From 0ffeeae8a07072aaad186ba95b2d012c0a3b257c Mon Sep 17 00:00:00 2001 From: Aaron Silverman Date: Fri, 5 Apr 2024 00:16:02 -0600 Subject: [PATCH] try ubuntu-latest --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f7eb5217..0f9d8a7f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ on: jobs: test-android-sdk: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Check out Java SDK uses: actions/checkout@v3