From f590988eaed61e0073b7f9feb8cd8965c5c1d00f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 18 Mar 2024 21:36:32 +0530 Subject: [PATCH] Disabled CI on API level 24 and 30 to test the fixes immediately. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29ab06dcf..3d3a54fa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Automated tests strategy: matrix: - api-level: [ 24, 30, 33 ] + api-level: [ 33 ] fail-fast: false runs-on: macos-11 steps: