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 edf68eb commit 636383aCopy full SHA for 636383a
.github/workflows/example.yml
@@ -385,7 +385,7 @@ jobs:
385
strategy:
386
fail-fast: false
387
matrix:
388
- uroot-version: ['0.14.0']
+ uroot-version: ['0.15.0']
389
arch: ['amd64', 'arm64']
390
runs-on: ${{ matrix.arch == 'arm64' && 'ARM64' || 'ubuntu-latest' }}
391
if: ${{ ! (github.event_name == 'pull_request_review' && github.actor != 'github-actions[bot]') && needs.skip-check.outputs.changes == 'true' }}
0 commit comments