Skip to content

Commit 41e67c1

Browse files
fixup! use normal ubuntu runner
1 parent e9d6146 commit 41e67c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
build-tarball:
114114
if: github.event.pull_request.draft == false
115115
name: ${{ github.event_name == 'workflow_dispatch' && 'Skipped job' || 'Build slim tarball' }}
116-
runs-on: ubuntu-slim
116+
runs-on: ubuntu-latest
117117
steps:
118118
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119
if: ${{ github.event_name != 'workflow_dispatch' }}

0 commit comments

Comments
 (0)