Skip to content

Commit

Permalink
chore: ci: use our self-hosted Mac runner (WPB-14663)
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Feb 18, 2025
1 parent 6592d4a commit fe7fc86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
create-xcframework:
needs: build-ios
runs-on: macos-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: download artifacts for ios
Expand All @@ -113,7 +113,7 @@ jobs:
./build-xcframework.sh
e2e-interop-test:
runs-on: macos-latest
runs-on: self-hosted
needs: build-ios
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-ios:
runs-on: macos-latest
runs-on: self-hosted
strategy:
matrix:
task:
Expand Down

0 comments on commit fe7fc86

Please sign in to comment.