Skip to content

Commit

Permalink
Use macos-13 to replace the macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Apr 26, 2024
1 parent 1ba3fc2 commit 59fe5e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:

build-on-macos:
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -75,9 +75,6 @@ jobs:
~/.android/adb*
key: avd-34

- name: Restart ADB Server
run: ./restart_adb_server.sh

- name: Create AVD and Generate Snapshot for Caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
Expand Down Expand Up @@ -240,9 +237,6 @@ jobs:
~/.android/adb*
key: avd-26

- name: Restart ADB Server
run: ./restart_adb_server.sh

- name: Create AVD and Generate Snapshot for Caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:

build-on-macos:
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 60

steps:
Expand Down
5 changes: 0 additions & 5 deletions restart_adb_server.sh

This file was deleted.

0 comments on commit 59fe5e8

Please sign in to comment.