Skip to content

Commit 514ee9d

Browse files
committed
Use larger runner for release build
1 parent cb4d449 commit 514ee9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22

3-
permissions: {}
3+
permissions: { }
44

55
on:
66
push:
7-
branches: [main]
7+
branches: [ main ]
88
pull_request:
99
workflow_dispatch:
1010

@@ -393,7 +393,7 @@ jobs:
393393
394394
cargo-build-release:
395395
name: "cargo build (release)"
396-
runs-on: macos-latest
396+
runs-on: depot-ubuntu-latest-8
397397
if: ${{ github.ref == 'refs/heads/main' }}
398398
timeout-minutes: 20
399399
steps:

0 commit comments

Comments
 (0)