Skip to content

Commit f219dcc

Browse files
authored
test: Update release.yml to use ubuntu-latest (#2123)
1 parent af3b9e2 commit f219dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release:
1313
name: Release
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

0 commit comments

Comments
 (0)