Skip to content

Commit ffc2bf8

Browse files
authored
Merge pull request #145 from fosslight/deploy_issue
Update the ubuntu version for deploy action
2 parents 8a02069 + c5dbdf7 commit ffc2bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
asset_content_type: ${{ matrix.ASSET_MIME}}
9292

9393
deploy:
94-
runs-on: ubuntu-18.04
94+
runs-on: ubuntu-latest
9595
needs: build
9696
steps:
9797
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)