@@ -198,7 +198,7 @@ jobs:
198198    # # The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
199199    # # assuming you have the proper permissions.
200200    environment : CI 
201-     runs-on : [self-hosted, Linux, ARM64] 
201+     runs-on : [self-hosted, Linux, ARM64, maerwald ] 
202202    env :
203203      AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }} 
204204      AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }} 
@@ -398,7 +398,7 @@ jobs:
398398
399399   bindist-linux :
400400    name : Tar linux bindists (linux) 
401-     runs-on : [self-hosted, linux-space] 
401+     runs-on : [self-hosted, linux-space, maerwald ] 
402402    needs : ["build-linux"] 
403403    env :
404404      TARBALL_EXT : tar.xz 
@@ -516,7 +516,7 @@ jobs:
516516
517517  bindist-arm :
518518    name : Tar linux bindists (arm) 
519-     runs-on : [self-hosted, Linux, ARM64] 
519+     runs-on : [self-hosted, Linux, ARM64, maerwald ] 
520520    needs : ["build-arm"] 
521521    env :
522522      TARBALL_EXT : tar.xz 
@@ -793,7 +793,7 @@ jobs:
793793
794794  test-arm :
795795    name : Test ARM binary 
796-     runs-on : [self-hosted, Linux, ARM64] 
796+     runs-on : [self-hosted, Linux, ARM64, maerwald ] 
797797    needs : ["bindist-arm"] 
798798    env :
799799      TARBALL_EXT : tar.xz 
0 commit comments