Skip to content

Commit

Permalink
Test arm64 Linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-schulz committed Jan 17, 2025
1 parent 33364f8 commit 1d03274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MVE GitHub Actions CI

on:
push:
branches: [ "master" ]
branches: [ "master", "test_arm64_runners" ]
pull_request:
branches: [ "master" ]

Expand Down Expand Up @@ -85,10 +85,12 @@ jobs:
- name: Build (U)MVE on Linux/macOS
run: |
uname -a
${CXX} --version
if [ "`uname`" = "Darwin" ]; then
export NUM_CPU_CORES="`sysctl -n hw.ncpu`"
else
lscpu
export NUM_CPU_CORES="`nproc`"
fi
Expand Down

0 comments on commit 1d03274

Please sign in to comment.