Skip to content

Commit 2f1774e

Browse files
committed
Use x86_64 based macOS runners
1 parent 39e5d33 commit 2f1774e

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)