Skip to content

Commit

Permalink
Force x86 self hosted runners for cross
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 2, 2024
1 parent c74409b commit 0f7f534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f7f534

Please sign in to comment.