Skip to content

Commit

Permalink
mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 12, 2024
1 parent b5f1edc commit 2248e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Android
env:
SDK_VERSION: 11.0.0.GA
SDK_VERSION: 12.4.0.GA
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

jobs:
ios:
runs-on: macos-latest
runs-on: macos-13
name: iOS
env:
SDK_VERSION: 11.0.0.GA
SDK_VERSION: 12.4.0.GA
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2248e12

Please sign in to comment.