Skip to content

Commit 919a99b

Browse files
ci: update GitHub Actions runner to ubuntu-latest
1 parent aed6c3d commit 919a99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
upload-stage:
6868
name: Upload assets
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-latest
7070
needs: build
7171
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
7272
strategy:
@@ -105,7 +105,7 @@ jobs:
105105

106106
upload-prod:
107107
name: Upload assets
108-
runs-on: ubuntu-20.04
108+
runs-on: ubuntu-latest
109109
needs: build
110110
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
111111
strategy:

0 commit comments

Comments
 (0)