Skip to content

Commit

Permalink
Add macOS aarch64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 9, 2024
1 parent 00e97af commit 9afb3cb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ jobs:
- "1.10"
- "nightly"
os:
- macos-13
- macos-14
- ubuntu-latest
arch:
- x64
- aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- version: 1.6
arch: aarch64
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -42,6 +48,9 @@ jobs:
run: |
mkdir libcxxwrap && cd libcxxwrap
first_line=$(echo "$body" | sed -n '1p')
if [[ "$first_line" != "http"* ]]; then
exit 0
fi
if [[ "$first_line" == *"#"* ]]; then
IFS='#' read -r left right <<< "$first_line"
Expand Down

0 comments on commit 9afb3cb

Please sign in to comment.