Skip to content

Commit f3eeccb

Browse files
Leon-FockerLeon-Focker
authored andcommitted
fixed macos runner? and deleted older imports
1 parent 52a0176 commit f3eeccb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
arch: x86_64
1919
- os: windows-latest
2020
arch: x86_64
21-
- os: macos-latest
21+
- os: macos-13
2222
arch: x86_64
2323
- os: macos-latest
2424
arch: aarch64

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
use std::cmp::max;
21
use nih_plug::prelude::*;
32
use std::sync::{Arc};
43
use std::sync::atomic::Ordering::SeqCst;
54
use crate::params::MetreFiddlerParams;
6-
use crate::util::{decider, dry_wet, rescale};
5+
use crate::util::{dry_wet, rescale};
76
use nih_log;
87

98
mod editor;

0 commit comments

Comments
 (0)