ci: try ubuntu-22.04 label
This commit is contained in:
@@ -13,7 +13,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: ruff lint
|
name: ruff lint
|
||||||
runs-on: tielogic-ci
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
typecheck:
|
typecheck:
|
||||||
name: mypy mcp_common
|
name: mypy mcp_common
|
||||||
runs-on: tielogic-ci
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: pytest
|
name: pytest
|
||||||
runs-on: tielogic-ci
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
validate-config:
|
validate-config:
|
||||||
name: validate compose + Caddyfile
|
name: validate compose + Caddyfile
|
||||||
runs-on: tielogic-ci
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
|
|
||||||
build-and-push:
|
build-and-push:
|
||||||
name: build & push to registry
|
name: build & push to registry
|
||||||
runs-on: tielogic-ci
|
runs-on: ubuntu-22.04
|
||||||
needs: [lint, test, validate-config]
|
needs: [lint, test, validate-config]
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user