Skip to content

Commit 7257d4f

Browse files
committed
fix(actions): update macos intel runner to 15 because deprecation
1 parent e6b0abc commit 7257d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# macOS
4040
- os_name: macOS-x86_64
41-
os: macos-13 # Intel
41+
os: macos-15 # Intel
4242
target: x86_64-apple-darwin
4343

4444
- os_name: macOS-aarch64

src/proxy/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ where
148148
// colon encoding in Windows
149149
#[cfg(windows)]
150150
{
151-
debug!("Capturing semicolon config in windows");
151+
debug!("Capturing colon config in windows");
152152
use crate::config::encode_path;
153153
encode_path(&msg, &mut config_clone);
154154
}

0 commit comments

Comments
 (0)