Skip to content

Commit 148d2ee

Browse files
committed
fix runs-on
1 parent 6677bc5 commit 148d2ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Build-self-hosted-O64-O32.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- arch: O32
1818
binfolder: bin32
1919
label: "32 bit"
20-
runs-on: self-hosted, Windows, ${{ matrix.arch }}
20+
runs-on:
21+
- self-hosted
22+
- Windows
23+
- ${{ matrix.arch }}
2124
steps:
2225
- name: "Checkout"
2326
uses: actions/checkout@v4

0 commit comments

Comments
 (0)