Skip to content

Commit d8cc9ee

Browse files
author
Jake Champion
committed
use same os for building published artifact as we use when testing
1 parent d4321d7 commit d8cc9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git push --force
6464
6565
publish:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
needs: release
6868
if: ${{ needs.release.outputs.releases_created }}
6969
steps:

0 commit comments

Comments
 (0)