Skip to content

Commit

Permalink
[CI] Use Ubuntu-latest (22.04)
Browse files Browse the repository at this point in the history
Ubuntu-24.04 still in beta, emulator doesn't work yet on Ubuntu-24.04
  • Loading branch information
ViliusSutkus89 committed Jun 20, 2024
1 parent 72d1ca7 commit 4924974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ permissions:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if-no-files-found: error

instrumentedTests-aosp_atd-target:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
name: android-${{ matrix.api-level }} on ${{ matrix.arch }} (${{ matrix.api-type-target }})
needs: build
strategy:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
if-no-files-found: error

instrumentedTests-default-target:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
name: android-${{ matrix.api-level }} on ${{ matrix.arch }} (${{ matrix.api-type-target }})
needs: build
strategy:
Expand Down

0 comments on commit 4924974

Please sign in to comment.