Skip to content

Commit

Permalink
Fixed iOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Jan 15, 2025
1 parent 9632425 commit 98a3e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: iOS build

on:
push:
branches: [ main, @kwasow/CI ]
branches: [ main, '@kwasow/CI' ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 98a3e4b

Please sign in to comment.