Force x86 self hosted runners for cross

This commit is contained in:
Julian Ospald 2024-02-01 23:27:20 +08:00
parent c74409b9a5
commit 0f7f5347d8
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ env:
jobs:
build:
name: Build linux binary
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, maerwald]
env:
CABAL_VER: 3.10.1.0
JSON_VERSION: "0.0.7"