Skip to content

Commit

Permalink
CI: fix macOS build ABI name
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 1, 2023
1 parent 68dc9aa commit 5e2976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
'aarch64-linux-musl',
'x86_64-windows-gnu',
'aarch64-windows-gnu',
'x86_64-macos',
'aarch64-macos',
'x86_64-macos-none',
'aarch64-macos-none',
]
optimize: [Debug, ReleaseFast]
include:
Expand Down

0 comments on commit 5e2976d

Please sign in to comment.