From 48dfa0ee002a422568751f87632ee79f105e1658 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 21 Dec 2023 16:37:49 +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 e860547a13..37e38d5415 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -23,7 +23,7 @@ env: jobs: verify: name: Format & Analyze & Test - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: package: ['cronet_http', 'cronet_http_embedded']