We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b523b36 commit 20837f7Copy full SHA for 20837f7
1 file changed
.github/workflows/build.yml
@@ -10,8 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- # macos-13 is an intel runner, macos-14 is apple silicon
14
- os: [macos-13, macos-14, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
15
env:
16
SCCACHE_VERSION: 0.2.13
17
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | env -u CARGO_HOME sh -s -- --default-toolchain stable --profile minimal -y"
0 commit comments