Skip to content

Commit

Permalink
Update/self hosted runner (#308)
Browse files Browse the repository at this point in the history
* update self hosted runner

* updated self hosted runner
  • Loading branch information
shahnawaz-creator authored Sep 12, 2023
1 parent 531b986 commit c845663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-zwallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

build-windows:
name: Build-windows
runs-on: windows-latest
runs-on: windows-runner
steps:
- name: Setup go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
retention-days: 5
build-macos:
name: Build-macos
runs-on: macos-latest
runs-on: macos-runner
steps:
- name: Setup go
uses: actions/setup-go@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-zwalletcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

build-windows:
name: Build-Windows
runs-on: windows-latest
runs-on: windows-runner

steps:
- name: Setup go
Expand All @@ -126,7 +126,7 @@ jobs:

build-macos:
name: Build-MacOS
runs-on: macos-latest
runs-on: macos-runner
steps:
- name: Setup go
uses: actions/setup-go@v3
Expand Down

0 comments on commit c845663

Please sign in to comment.