Skip to content

Commit 0c488ca

Browse files
committed
Update OS version used in publish step, as 18.04 is deprecated
1 parent 3c0c161 commit 0c488ca

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
@@ -50,7 +50,7 @@ jobs:
5050
if-no-files-found: error
5151
publish:
5252
name: Publish a release
53-
runs-on: "ubuntu-18.04"
53+
runs-on: "ubuntu-20.04"
5454
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5555
needs: build
5656
steps:

0 commit comments

Comments
 (0)