Skip to content

Commit 42d839a

Browse files
Merge pull request #874 from splitio/ci_cd_update
CI/CD update
2 parents 53e0740 + 919a99b commit 42d839a

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)