Skip to content

Commit

Permalink
ci.yml: Remove remaining hack for self-hosted worker
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Nov 15, 2024
1 parent a7ece76 commit dc684e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}

buildtest:
runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: config
Expand Down

0 comments on commit dc684e7

Please sign in to comment.