Skip to content

Commit

Permalink
flyci: Test CI service with M2 instance
Browse files Browse the repository at this point in the history
This might be a viable option for the time being to get some more
stability into the Apple Silicon support effort.

Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Jan 30, 2024
1 parent d605d9a commit 7fa8918
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ jobs:

build-macos:

runs-on: macos-latest
strategy:
matrix:
os: [macos-latest, flyci-macos-large-latest-m2]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/[email protected]
Expand All @@ -256,10 +260,10 @@ jobs:
- name: Print info
run: |
./build/cpu_features/list_cpu_features
# ./build/apps/volk-config-info --alignment
# ./build/apps/volk-config-info --avail-machines
# ./build/apps/volk-config-info --all-machines
# ./build/apps/volk-config-info --malloc
# ./build/apps/volk-config-info --cc
./build/apps/volk-config-info --alignment
./build/apps/volk-config-info --avail-machines
./build/apps/volk-config-info --all-machines
./build/apps/volk-config-info --malloc
./build/apps/volk-config-info --cc
- name: test
run: cd build && ctest -V

0 comments on commit 7fa8918

Please sign in to comment.