We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b6ce6 commit 57eebd0Copy full SHA for 57eebd0
1 file changed
.github/workflows/build-cross-action.yml
@@ -37,7 +37,7 @@ jobs:
37
( matrix.host != matrix.target && inputs.kind == "cross" )
38
39
runs-on:
40
- - ${{ (contains(matrix.host, "x86_64") && "ubuntu-24.04") || "ubuntu-24.04-arm" }}
+ - ${{ (contains(matrix.host, 'x86_64') && 'ubuntu-24.04') || 'ubuntu-24.04-arm' }}
41
42
env:
43
RELENV_DATA: ${{ github.workspace }}
0 commit comments