Skip to content

Commit 1f2ea34

Browse files
authored
Update runner to use ubuntu-latest
1 parent f43e811 commit 1f2ea34

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
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
publish_binary:
2222
name: publish
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repo
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)