Skip to content

Commit 3685197

Browse files
committed
.github: change os
1 parent 733f46c commit 3685197

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lint:
16-
runs-on: ubuntu-2404-4-cores
16+
runs-on: ubuntu-latest
1717

1818
steps:
1919
# https://github.com/actions/checkout
@@ -42,7 +42,7 @@ jobs:
4242
uv run ruff format --check src
4343
4444
test:
45-
runs-on: ubuntu-2404-4-cores
45+
runs-on: ubuntu-latest
4646

4747
steps:
4848
# https://github.com/actions/checkout

.github/workflows/conformance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
server:
21-
runs-on: ubuntu-2404-4-cores
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
# https://github.com/actions/checkout
@@ -58,7 +58,7 @@ jobs:
5858
connectconformance --trace --vv --conf ./server_config.yaml --mode server --known-flaky @./server_known_flaky.yaml -- uv run python server_runner.py
5959
6060
client:
61-
runs-on: ubuntu-2404-4-cores
61+
runs-on: ubuntu-latest
6262

6363
steps:
6464
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)