Skip to content

Commit

Permalink
Specify that build runners run Linux (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
dham authored Oct 9, 2024
1 parent d45b093 commit 7fc82a1
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 7fc82a1

Please sign in to comment.