Skip to content

Commit 138f583

Browse files
Merge branch 'rb_segments_add_tests' into prerequisites
2 parents 37c8669 + dc18dbf commit 138f583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+2-2
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/prerequisites' }}
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)