Skip to content

Commit

Permalink
chore: upgrade to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 4, 2024
1 parent d4a4e4b commit 4d5e6e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ on:
jobs:
build_android:
name: Build Android
runs-on: macos-12
runs-on: macos-latest
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
TEST_RTM_APP_ID: ${{ secrets.TEST_RTM_APP_ID }}
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:

build_macos:
name: Build macos
runs-on: macos-12
runs-on: macos-latest
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
TEST_RTM_APP_ID: ${{ secrets.TEST_RTM_APP_ID }}
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:

build_ios:
name: Build ios
runs-on: macos-12
runs-on: macos-latest
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
TEST_RTM_APP_ID: ${{ secrets.TEST_RTM_APP_ID }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/local_dev_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
jobs:
build_android:
name: Build Android
runs-on: macos-11
runs-on: macos-latest
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
MUSIC_CENTER_APPID: ${{ secrets.MUSIC_CENTER_APPID }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

build_macos:
name: Build macos
runs-on: macos-11
runs-on: macos-latest
timeout-minutes: 60
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

build_ios:
name: Build ios
runs-on: macos-11
runs-on: macos-latest
timeout-minutes: 60
env:
TEST_APP_ID: ${{ secrets.TEST_APP_ID }}
Expand Down

0 comments on commit 4d5e6e5

Please sign in to comment.