Skip to content

Commit

Permalink
Specify that build runners run Linux
Browse files Browse the repository at this point in the history
This is in preparation for rolling out Mac runners.
  • Loading branch information
dham authored Oct 3, 2024
1 parent d45b093 commit 153ec0b
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 153ec0b

Please sign in to comment.