Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 4, 2025
1 parent 6453998 commit 5332b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: iOS Build
on:
on:
push:
paths-ignore:
- 'android/**'
Expand All @@ -9,10 +9,10 @@ on:
- 'android/**'
- 'apidoc/**'
workflow_dispatch:

jobs:
ios:
runs-on: macos-latest
runs-on: macos-13
name: iOS
env:
SDK_VERSION: 12.5.1.GA
Expand Down

0 comments on commit 5332b28

Please sign in to comment.