Skip to content

Commit

Permalink
switch to golang cache runner
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Sep 10, 2024
1 parent d718312 commit c3bd0a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on:
- self-hosted-ghrtest-custom
- size-l-x64
- profile-cache
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit c3bd0a1

Please sign in to comment.