Skip to content

Commit 5ce5ca0

Browse files
chore (ci): set to only studio to verify workflow is valid
1 parent 5495a90 commit 5ce5ca0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ jobs:
184184
# Build verification
185185
build:
186186
name: Build Verification
187-
runs-on: [macOS, ARM64]
187+
# runs-on: [macOS, ARM64] # TODO: fix mini cmake error
188+
runs-on: studio
188189
timeout-minutes: 5
189190
env:
190191
CARGO_INCREMENTAL: 1 # Enable incremental compilation on self-hosted (reuses artifacts)

0 commit comments

Comments
 (0)