Skip to content

Commit 9785b13

Browse files
Merge pull request #42 from depot/latest
Use ubuntu-latest for release workflow
2 parents 0781b33 + 7a65e80 commit 9785b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
update-tag:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
steps:
2121
- name: Update the ${{ env.TAG_NAME }} tag
2222
uses: actions/[email protected]

0 commit comments

Comments
 (0)