Skip to content

Commit 4d2be1c

Browse files
committed
Specify that container job must run on linux
1 parent 3139cdd commit 4d2be1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-gradle-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: sample-gradle-project
2323

2424
with-setup-gradle-and-container:
25-
runs-on: self-hosted
25+
runs-on: [self-hosted, linux]
2626
container:
2727
image: arm64v8/eclipse-temurin:23-jdk-alpine
2828
steps:

0 commit comments

Comments
 (0)