Skip to content

Commit

Permalink
use macos-latest to build ios package instead of self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifd committed Dec 5, 2024
1 parent 67cc2aa commit 496fc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ios-build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: [self-hosted, macOS, ARM64]
runs-on: [macos-latest]
concurrency:
# cancel jobs on PRs only
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# target-folder: ios/latest/

ios-release:
runs-on: macos-14
runs-on: macos-latest
needs: ios-build
# if: github.ref == 'refs/heads/main' || github.event.inputs.release == 'pre'
defaults:
Expand Down

0 comments on commit 496fc8c

Please sign in to comment.