Merge pull request #6425 from thesayyn/patch-1

fix: macos-latest is now arm64
This commit is contained in:
Daniel Hofstetter 2024-05-24 08:59:36 +02:00 committed by GitHub
commit 51e8d100af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -477,8 +477,8 @@ jobs:
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: feat_os_unix , use-cross: use-cross }
- { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
- { os: macos-14 , target: aarch64-apple-darwin , features: feat_os_macos } # M1 CPU
- { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos }
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos } # M1 CPU
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos }
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }