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 the rollout of Mac build runners.
  • Loading branch information
dham authored Oct 3, 2024
1 parent ed30518 commit 7c62467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

test:
runs-on: self-hosted
runs-on: [self-hosted, Linux]
container:
image: docker://firedrakeproject/firedrake-vanilla:latest

Expand Down

0 comments on commit 7c62467

Please sign in to comment.