Skip to content

Commit 7a77fec

Browse files
authored
CI: Fix runs-on: field in update-version.yaml
1 parent 1620006 commit 7a77fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update_docs:
99
if: contains(github.event.issue.labels.*.name, 'update-version')
10-
runs-on: ubuntu
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

0 commit comments

Comments
 (0)