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 383bf2f commit 7d64899Copy full SHA for 7d64899
2 files changed
.github/workflows/build-tarball.yml
@@ -72,7 +72,7 @@ permissions:
72
jobs:
73
build-tarball:
74
if: github.event.pull_request.draft == false
75
- runs-on: ubuntu-slim
+ runs-on: ubuntu-latest
76
steps:
77
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
78
with:
.github/workflows/doc.yml
@@ -22,7 +22,7 @@ permissions:
22
23
build-docs:
24
25
26
27
28
0 commit comments