From 16856d374f56277aa90f2b62e3078a93e16c2e1e Mon Sep 17 00:00:00 2001 From: "David A. Ham" Date: Wed, 9 Oct 2024 16:18:31 +0100 Subject: [PATCH] Specify runners run on Linux --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d80b6b4..9b4c8af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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