Skip to content

Commit

Permalink
Updated self hosted macos runner (0chain#1219)
Browse files Browse the repository at this point in the history
* Updated self hosted macos runner

* fixed runner name build-sdks.yml
  • Loading branch information
shahnawaz-creator authored Sep 12, 2023
1 parent 5fa2a66 commit 1c9f143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build-ios:
name: Build-ios
runs-on: macos-latest
runs-on: macos-runner

steps:
- name: Checkout code
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

build-macos:
name: Build-macos
runs-on: macos-latest
runs-on: macos-runner

steps:
- name: Checkout code
Expand Down

0 comments on commit 1c9f143

Please sign in to comment.