Skip to content

Commit

Permalink
Update development.yml
Browse files Browse the repository at this point in the history
changed the runs on to use only the linux runner
  • Loading branch information
Stoyan12314 authored Sep 23, 2024
1 parent 432d0fb commit da048c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:

runs-on: self-hosted
runs-on: [self-hosted,linux]

steps:
# Checkout the code from the repository
Expand Down

0 comments on commit da048c5

Please sign in to comment.