Skip to content

Commit

Permalink
runs-on: self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrogerr committed May 7, 2024
1 parent 9f5bbc5 commit 062eed5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Build Tests with Go ${{ matrix.go-version }} on ${{ matrix.os }}
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Go BoringCrypto ${{ matrix.go-version }} on ${{ matrix.os }}
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-healing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Go ${{ matrix.go-version }} on ${{ matrix.os }} - healing
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-disable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
runs-on: self-hosted
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
Expand Down

0 comments on commit 062eed5

Please sign in to comment.