Skip to content

Commit fad5ccc

Browse files
authored
Merge pull request #208 from firedrakeproject/dham/selective-runners
Specify that the build runners should be Linux
2 parents 7bc3f82 + 90c5af8 commit fad5ccc

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
@@ -21,7 +21,7 @@ jobs:
2121
name: "Build and test asQ"
2222
# The type of runner that the job will run on
2323
# runs-on: ubuntu-latest
24-
runs-on: self-hosted
24+
runs-on: [self-hosted, Linux]
2525
# The docker container to use.
2626
container:
2727
image: firedrakeproject/firedrake-vanilla:latest

0 commit comments

Comments
 (0)