Skip to content

Commit d33fa8f

Browse files
committed
ci: switch workflows to host runners
1 parent 1fdbbe3 commit d33fa8f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/canary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ jobs:
9494
path: dist/flow-${{ matrix.target }}.tar.gz
9595

9696
build-linux-host-simd:
97-
if: ${{ false }}
9897
timeout-minutes: 40
99-
runs-on: ubuntu-latest
98+
runs-on: [self-hosted, linux, x64, ci-1focus]
10099
env:
101100
RUSTFLAGS: -C target-cpu=native
102101
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ jobs:
8989
path: dist/flow-${{ matrix.target }}.tar.gz
9090

9191
build-linux-host-simd:
92-
if: ${{ false }}
9392
timeout-minutes: 40
94-
runs-on: ubuntu-latest
93+
runs-on: [self-hosted, linux, x64, ci-1focus]
9594
env:
9695
RUSTFLAGS: -C target-cpu=native
9796
steps:

0 commit comments

Comments
 (0)