Skip to content

Commit

Permalink
Run tests on Apple M1, M2 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeanjan committed Jan 20, 2024
1 parent e6402bd commit 534a6b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# From https://github.com/actions/runner-images#available-images
os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1, flyci-macos-large-latest-m2]

steps:
- uses: actions/checkout@v4
# From https://github.com/marketplace/actions/actions-setup-cmake
- name: Setup CMake
uses: jwlawson/[email protected]
with:
cmake-version: 'latest'
- name: Setup Google-Test
run: |
pushd ~
Expand Down

0 comments on commit 534a6b0

Please sign in to comment.