From b32d6613729f8255fe262386cfe3a39d2beaece7 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 6 Dec 2023 20:20:28 +0800 Subject: [PATCH] Update cronet.yml --- .github/workflows/cronet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 5f82dacf13..0971b4e483 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -57,7 +57,7 @@ jobs: # Test packages use flutter integration tests. needs: analyze name: "Build and test" - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: package: ['cronet_http', 'cronet_http_embedded']