Skip to content

Commit d3797c7

Browse files
committed
Update test.macos.tmp.yml
1 parent 82ade0e commit d3797c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.macos.tmp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ env:
1414

1515
jobs:
1616
test:
17-
name: Test on macOS + 1.46.0
17+
name: Test on macOS + 1.52.0
1818
runs-on: macos-latest
1919
env:
20-
CARGO_TARGET_DIR: "target/1.46.0"
20+
CARGO_TARGET_DIR: "target/1.52.0"
2121

2222
steps:
2323
- uses: actions/checkout@v6
@@ -27,9 +27,9 @@ jobs:
2727
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2828
continue-on-error: true
2929
with:
30-
toolchain: 1.46.0
30+
toolchain: 1.52.0
3131
components: clippy
3232

3333
- name: Run all tests
3434
if: steps.install_rust.outcome == 'success'
35-
run: cargo +1.46.0 test --verbose --features "full"
35+
run: cargo +1.52.0 test --verbose --features "full"

0 commit comments

Comments
 (0)