Skip to content

Commit 0b3b63a

Browse files
authored
Use new syntax for codebuild runners (#198)
Co-authored-by: Simon Beal <[email protected]>
1 parent c7fec51 commit 0b3b63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- cp311
3232
- cp312
3333
builder:
34-
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-ubuntu-7.0-large
34+
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
3535
arch: x86_64
36-
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-arm-3.0-large
36+
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
3737
arch: aarch64
3838
# - runner: ubuntu-20.04
3939
# arch: x86_64

0 commit comments

Comments
 (0)