Skip to content

Commit

Permalink
Updated self hosted macos-runner & windows-runner (#517)
Browse files Browse the repository at this point in the history
* Updated self hosted macos-runner & windows-runner

* updated self hosted runners

(cherry picked from commit 3a9ba4b)
  • Loading branch information
shahnawaz-creator committed Sep 27, 2023
1 parent 72e575f commit 7c55f17
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-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

build-windows:
name: Build-windows
runs-on: windows-latest
runs-on: windows-runner
steps:
- name: Setup go 1.20
uses: actions/setup-go@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

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

- name: Setup go 1.20
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-zboxcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

build-windows:
name: Build-windows
runs-on: windows-latest
runs-on: windows-runner
steps:
- name: Setup go 1.20
uses: actions/setup-go@v2
Expand All @@ -122,7 +122,7 @@ jobs:

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

- name: Setup go 1.20
Expand Down

0 comments on commit 7c55f17

Please sign in to comment.