Skip to content

Commit 7d64899

Browse files
committed
fixup!
1 parent 383bf2f commit 7d64899

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ permissions:
7272
jobs:
7373
build-tarball:
7474
if: github.event.pull_request.draft == false
75-
runs-on: ubuntu-slim
75+
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7878
with:

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
build-docs:
2424
if: github.event.pull_request.draft == false
25-
runs-on: ubuntu-slim
25+
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:

0 commit comments

Comments
 (0)