Skip to content

Commit

Permalink
Fix macos target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 23, 2024
1 parent aa3eb41 commit 5477f15
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 @@ -51,7 +51,7 @@ jobs:
thing:
- x86_64-linux
- aarch64-linux
- arm64-macos
- x86_64-macos
include:
- apt_packages: ""
- custom_env: {}
Expand All @@ -70,8 +70,8 @@ jobs:
CXX: aarch64-linux-gnu-g++
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-g++
build_only: true
- thing: arm64-macos
target: aarch64-apple-darwin
- thing: x86_64-macos
target: x86_64-apple-darwin
rust: stable
os: macos-latest
steps:
Expand Down

0 comments on commit 5477f15

Please sign in to comment.