Compare commits

...

1 Commits
master ... ci3

Author SHA1 Message Date
Julian Ospald e069afe898
Force x86 self hosted runners for cross 2024-02-02 16:21:26 +08:00
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"