Skip to content

Commit 66a505e

Browse files
committed
ci: update deployment environment to use ubuntu-latest
1 parent 3a1ea1c commit 66a505e

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
@@ -47,7 +47,7 @@ jobs:
4747

4848
deploy:
4949
needs: build
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-latest
5151
if: github.event_name == 'release'
5252
strategy:
5353
matrix:

0 commit comments

Comments
 (0)