File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 test :
1616 name : Publish MCP Server
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-22 .04
1818 steps :
1919 - uses : actions/create-github-app-token@v1
2020 id : app-token
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 is_release :
1919 name : Is release?
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-22.04
2121 outputs :
2222 release : ${{ steps.version.outputs.release }}
2323 steps :
5656 name : Repository changes
5757 needs : [is_release]
5858 if : needs.is_release.outputs.release == 'true'
59- runs-on : ubuntu-latest
59+ runs-on : ubuntu-22.04
6060 outputs :
6161 js-sdk : ${{ steps.js.outputs.release }}
6262 python-sdk : ${{ steps.python.outputs.release }}
@@ -109,7 +109,7 @@ jobs:
109109 needs : [publish]
110110 if : failure()
111111 name : Release Failed - Slack Notification
112- runs-on : ubuntu-latest
112+ runs-on : ubuntu-22.04
113113 steps :
114114 - name : Release Failed - Slack Notification
115115 uses : rtCamp/action-slack-notify@v2
You can’t perform that action at this time.
0 commit comments