Skip to content

Commit

Permalink
Fix CI (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss authored Sep 16, 2024
1 parent 4357696 commit 3f635ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-latest # to be able to run Android emulator, see https://github.com/marketplace/actions/android-emulator-runner
runs-on: macos-13 # to be able to run Android emulator, see https://github.com/marketplace/actions/android-emulator-runner

strategy:
fail-fast: false
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- name: Get AVD arch
uses: ./.github/actions/get-avd-arch
id: avd-arch
Expand Down

0 comments on commit 3f635ae

Please sign in to comment.