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 @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 lint :
16- runs-on : ubuntu-2404-4-cores
16+ runs-on : ubuntu-latest
1717
1818 steps :
1919 # https://github.com/actions/checkout
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919jobs :
2020 server :
21- runs-on : ubuntu-2404-4-cores
21+ runs-on : ubuntu-latest
2222
2323 steps :
2424 # https://github.com/actions/checkout
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
You can’t perform that action at this time.
0 commit comments