Skip to content

Commit b15c6b5

Browse files
authored
change build runner
1 parent a45d818 commit b15c6b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on:
2222

2323
jobs:
2424
build:
25-
runs-on: ubuntu-latest
25+
# Use larger machine with more disk space
26+
runs-on: ubuntu-24.04-32core
2627
strategy:
2728
matrix:
2829
python-version: ["3.10"]

0 commit comments

Comments
 (0)