Skip to content

Commit

Permalink
update runner os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 5, 2024
1 parent 413b706 commit 4deb0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
if-no-files-found: error

test:
runs-on: macos-11
runs-on: macos-14
strategy:
fail-fast: false
# Make sure the matrix here and in cache_AVD_images.yml is the same
Expand Down

0 comments on commit 4deb0ef

Please sign in to comment.