File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 run :
1616 working-directory : ./packages/cli
1717 name : Build CLI
18- runs-on : ubuntu-20 .04
18+ runs-on : ubuntu-22 .04
1919 steps :
2020 - name : Checkout repository
2121 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1818 run :
1919 working-directory : ./packages/js-sdk
2020 name : Build and test SDK
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
2323 - name : Checkout repository
2424 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 test :
1818 name : Build and test SDK
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 - uses : actions/create-github-app-token@v1
2222 id : app-token
Original file line number Diff line number Diff line change 1818 run :
1919 working-directory : ./packages/python-sdk
2020 name : Build and test SDK
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
2323 - name : Checkout repository
2424 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2222jobs :
2323 deploy :
2424 name : Deploy
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727 - name : Checkout repository
2828 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1818 working-directory : ./templates/base
1919
2020 name : Build and Push Images
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
2323 - name : Checkout repository
2424 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments