From 90c5af85015e95500d410c59b3ad0c48ca536d3f Mon Sep 17 00:00:00 2001 From: "David A. Ham" Date: Thu, 3 Oct 2024 17:31:44 +0100 Subject: [PATCH] Specify that the build runners should be Linux --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a5a5393..704ff95e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: name: "Build and test asQ" # The type of runner that the job will run on # runs-on: ubuntu-latest - runs-on: self-hosted + runs-on: [self-hosted, Linux] # The docker container to use. container: image: firedrakeproject/firedrake-vanilla:latest