From 5023df230e7e38174c06a544d1ec7ef510a84cee Mon Sep 17 00:00:00 2001 From: Jolanda Verhoef Date: Wed, 10 Nov 2021 18:37:15 +0100 Subject: [PATCH] Revert "[ConfigSample] Use ubuntu image as hardware acceleration is not needed" This reverts commit 1c5241bc5b950d0c3e228677c0b3202acec6bc94. --- .github/workflows/TestConfigurationSample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TestConfigurationSample.yaml b/.github/workflows/TestConfigurationSample.yaml index 7919b9503..5e088fbcd 100644 --- a/.github/workflows/TestConfigurationSample.yaml +++ b/.github/workflows/TestConfigurationSample.yaml @@ -47,7 +47,7 @@ jobs: gradleManagedVirtualDevicesTest: needs: build - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 30 steps: