We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160ee51 commit 6ee5eb3Copy full SHA for 6ee5eb3
.github/workflows/zjit-ubuntu.yml
@@ -48,7 +48,7 @@ jobs:
48
RUST_BACKTRACE: 1
49
ZJIT_RB_BUG: 1
50
51
- runs-on: ${{ matrix.runs_on || ubuntu-22.04 }}
+ runs-on: ${{ matrix.runs_on || 'ubuntu-22.04' }}
52
53
if: >-
54
${{!(false
0 commit comments