Skip to content

Commit

Permalink
Hotfix: Use GitHub runners again (#1703)
Browse files Browse the repository at this point in the history
This PR is a hot fix because our custom runner is broken
  • Loading branch information
oxisto authored Sep 20, 2024
1 parent 4ee13d6 commit 737af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
runs-on: [self-hosted, linux, x64, faster]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 737af6e

Please sign in to comment.