Skip to content

Commit

Permalink
BIT-353: Use self-hosted runner for build generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberbandits committed Jun 13, 2023
1 parent 2ea8c55 commit e96cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
check:
name: Testing, building and publishing for ${{ matrix.rust-target }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
runs-on: self-hosted

##
# Define multiple targets for builds and tests
Expand Down

0 comments on commit e96cee3

Please sign in to comment.