Skip to content

Commit

Permalink
Run macOS CI on both architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Apr 29, 2024
1 parent 8a23a97 commit 255a885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
matrix:
target: [
{ "os": "ubuntu-latest", "toolchain": "x86_64-unknown-linux-gnu", "name": "Linux GNU" },
{ "os": "macOS-latest", "toolchain": "x86_64-apple-darwin", "name": "macOS" },
{ "os": "macos-13", "toolchain": "x86_64-apple-darwin ", "name": "macOS (x86)" },
{ "os": "macos-latest", "toolchain": "aarch64-apple-darwin", "name": "macOS (ARM)" },
{ "os": "windows-latest", "toolchain": "x86_64-pc-windows-msvc", "name": "Windows MSVC" },
]
channel: [stable, beta, nightly]
Expand Down

0 comments on commit 255a885

Please sign in to comment.