Skip to content

Commit

Permalink
Specify linux runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
dham authored Oct 3, 2024
1 parent c07de13 commit f83e7fd
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 @@ -11,7 +11,7 @@ jobs:
build:
name: "Build libsupermesh with Ubuntu spatialindex"
# 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-env:latest
Expand Down

0 comments on commit f83e7fd

Please sign in to comment.