Skip to content

Commit

Permalink
android env update
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Dec 31, 2024
1 parent 4c61205 commit 75112a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_debug_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build:
runs-on: macos-14
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_release_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: macos-14
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 75112a2

Please sign in to comment.