Skip to content

Commit

Permalink
fix(ci): revert runner change (#2358)
Browse files Browse the repository at this point in the history
Reverts the runner to the default one.

issue: none
  • Loading branch information
chmllr authored Nov 1, 2024
1 parent 4ee3002 commit d2a0f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ permissions:

jobs:
join:
runs-on: namespace-profile-default # testing with a large instance
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit d2a0f7f

Please sign in to comment.