Skip to content

Commit e9519ca

Browse files
committed
[ci] Run the release job on ubuntu-latest
1 parent d77113c commit e9519ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
release:
4343
if: startsWith(github.ref, 'refs/tags/')
4444
needs: test
45-
runs-on: ubuntu-16.04
45+
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v2
4848
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)