Skip to content

Commit

Permalink
Remove self hosted runners (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 11, 2023
1 parent 6bd9c02 commit 200d0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
events:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v4
Expand All @@ -28,7 +28,7 @@ jobs:
run: make interchaintest-events

legacy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v4
Expand Down

0 comments on commit 200d0fb

Please sign in to comment.