Skip to content

Commit ac2b1b2

Browse files
committed
fix ubuntu version
1 parent 55cedb5 commit ac2b1b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
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:
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)