Skip to content

Commit

Permalink
fix macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Oct 25, 2023
1 parent ab90846 commit 95fd53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test-android:
name: Test Android app
runs-on: macos-13.0
runs-on: macos-13
strategy:
matrix:
api-level: [ 27 ]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

test-iOS:
name: Test iOS app
runs-on: macos-13.0
runs-on: macos-13
env:
NO_FLIPPER: ${{ secrets.NO_FLIPPER }}
steps:
Expand Down

0 comments on commit 95fd53e

Please sign in to comment.