Skip to content

Commit 037e279

Browse files
committed
Use x86_64 based macOS runners
1 parent bc1f7e6 commit 037e279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# channel: [1.48.0, stable, beta, nightly]
110110
channel: [stable, beta, nightly]
111111
features: ["--no-default-features", "--features system"]
112-
runs-on: macos-latest
112+
runs-on: macos-13
113113
name: macOS - ${{ matrix.channel }} ${{ matrix.features }}
114114
env:
115115
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)