Skip to content

Commit 2f48e6e

Browse files
authored
Merge pull request #6 from Gozjaro/create-pipeline
fix: simplify runner labels in build-iso workflow
2 parents 80d8a9c + 087e728 commit 2f48e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
build-iso:
36-
runs-on: [self-hosted, Linux, X64]
36+
runs-on: self-hosted
3737

3838
steps:
3939
- name: Checkout repository

0 commit comments

Comments
 (0)