Skip to content

Commit c2eec7f

Browse files
authored
CD: use ubuntu-latest for publishing dist (#775)
1 parent 57cd7b3 commit c2eec7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id-token: write # for trusted publishing
3838
attestations: write # for trusted publishing
3939
contents: read
40-
runs-on: ubuntu-slim
40+
runs-on: ubuntu-latest
4141
if: github.event_name == 'release' && github.event.action == 'published'
4242

4343
steps:

0 commit comments

Comments
 (0)