Skip to content

Commit 921b904

Browse files
authored
Use ubuntu-slim runner (#191)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent 94d97d8 commit 921b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
test:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
strategy:
2020
matrix:
2121
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)