diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0e8573b..f826636 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -10,6 +10,9 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - uses: actions/setup-java@v4 + with: + java-version: '17' - uses: actions/setup-node@v3 - run: yarn - run: cd android && ./gradlew assembleDebug diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 310afc2..74cdbcf 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -5,7 +5,7 @@ on: - 'ios/**' jobs: build: - runs-on: macos-latest + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: