From adc25babdd90b0e6ed0dba2ec8ec1effceb34223 Mon Sep 17 00:00:00 2001 From: AnasNaouchi Date: Wed, 29 May 2024 03:21:23 +0300 Subject: [PATCH] Set api level to 29 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c64e32e7..4983433a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,7 +39,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [ 33 ] + api-level: [ 29 ] needs: build steps: - name: Checkout code diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d022c7..ee6a9760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [ 33 ] + api-level: [ 29 ] needs: build steps: - name: Checkout code