We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1aeae commit 1f12559Copy full SHA for 1f12559
.github/workflows/ci.yml
@@ -489,7 +489,7 @@ jobs:
489
# was just a dummy variable to set a default value for target
490
- target: undefined
491
492
- runs-on: ${{ matrix.runs-on || format('{0}-latest', matrix.os) }}
+ runs-on: ${{ matrix.runs-on || format('{0}-latest', (matrix.os == 'linux' && 'ubuntu') || matrix.os) }}
493
steps:
494
- uses: actions/checkout@v5
495
0 commit comments