Skip to content

Commit

Permalink
Comment out runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrador committed Dec 25, 2023
1 parent 08b693d commit fe5416c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build:
runs-on: self-hosted
# runs-on: self-hosted
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_OSX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build:
runs-on: macos-latest
# runs-on: macos-latest
env:
TEST_TMPDIR: "/Users/runner/.cache/bazel"
steps:
Expand Down

0 comments on commit fe5416c

Please sign in to comment.