We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0446f commit a2bae95Copy full SHA for a2bae95
.github/workflows/pkgdown.yaml
@@ -15,7 +15,7 @@ permissions: read-all
15
16
jobs:
17
pkgdown:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
# Only restrict concurrency for non-PR jobs
20
concurrency:
21
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
0 commit comments