Skip to content

Commit

Permalink
Merge pull request #29 from firedrakeproject/dham/specify_runners
Browse files Browse the repository at this point in the history
Specify that build runners run Linux
  • Loading branch information
JDBetteridge authored Oct 9, 2024
2 parents aeb3510 + be6e937 commit 1b28100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: "Build Gusto"
# The type of runner that the job will run on
runs-on: self-hosted
runs-on: [self-hosted, Linux]
# The docker container to use.
container:
image: firedrakeproject/firedrake-vanilla:latest
Expand Down

0 comments on commit 1b28100

Please sign in to comment.