We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f363a5 commit 3307fbeCopy full SHA for 3307fbe
.github/workflows/rust.yml
@@ -43,8 +43,8 @@ jobs:
43
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
44
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
45
- { target: i686-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
46
- - { target: x86_64-apple-darwin , os: macos-12 }
47
- - { target: aarch64-apple-darwin , os: macos-14 }
+ - { target: x86_64-apple-darwin , os: macos-13 }
+ - { target: aarch64-apple-darwin , os: macos-13 }
48
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
49
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
50
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
0 commit comments