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 981a5e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,6 +85,7 @@ jobs:
- name: Build (U)MVE on Linux/macOS
run: |
lscpu
${CXX} --version
if [ "`uname`" = "Darwin" ]; then
export NUM_CPU_CORES="`sysctl -n hw.ncpu`"
Expand Down

0 comments on commit 981a5e5

Please sign in to comment.