diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index a265e5f..15b39e4 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-11 strategy: matrix: - api-level: [24, 31] + api-level: [24, 33] target: [default] steps: - name: checkout