Skip to content

Commit

Permalink
github action: run on native m1 (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Jan 31, 2024
1 parent c66d4fc commit 69be532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
extra_args: --features=unstable
- os: ubuntu-22.04
- os: macOS-11
# M1 CPU
- os: macos-14
- os: windows-2019
# Oldest supported version, keep in sync with README.md
rustc: "1.70.0"
Expand Down Expand Up @@ -147,11 +149,9 @@ jobs:
macosx_deployment_target: 10.13
developer_dir: /Applications/Xcode_11.7.app
sdkroot: /Applications/Xcode_11.7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
- os: macOS-11
- os: macos-14
target: aarch64-apple-darwin
macosx_deployment_target: 11.0
developer_dir: /Applications/Xcode_13.2.1.app
sdkroot: /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk
- os: windows-2019
target: x86_64-pc-windows-msvc
rustflags: -Ctarget-feature=+crt-static
Expand Down

0 comments on commit 69be532

Please sign in to comment.