Skip to content

Commit 89416a4

Browse files
committed
fix: CI build
1 parent 81bdbde commit 89416a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
fmt:
2020
name: Format
21-
runs-on: blacksmith-4vcpu-ubuntu-2404
21+
runs-on: ubuntu-latest
2222
timeout-minutes: 10
2323
steps:
2424
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
clippy:
2929
name: Clippy
30-
runs-on: blacksmith-4vcpu-ubuntu-2404
30+
runs-on: ubuntu-latest
3131
timeout-minutes: 20
3232
steps:
3333
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747

4848
test:
4949
name: Test
50-
runs-on: blacksmith-4vcpu-ubuntu-2404
50+
runs-on: ubuntu-latest
5151
timeout-minutes: 30
5252
steps:
5353
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
release:
8383
name: Upload to R2
8484
needs: [build]
85-
runs-on: blacksmith-4vcpu-ubuntu-2404
85+
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ zero-watcher = { path = "crates/watcher" }
77

88
[package]
99
name = "zero"
10-
version = "0.4.1"
10+
version = "0.4.2"
1111
edition = "2024"
1212
rust-version = "1.92"
1313
description = "A resilient file synchronization and deduplication tool"

0 commit comments

Comments
 (0)