Skip to content

Commit

Permalink
fix Apple Silicon runner image identifier
Browse files Browse the repository at this point in the history
Signed-off-by: Anjan Roy <[email protected]>
  • Loading branch information
itzmeanjan committed Jan 20, 2024
1 parent 2e0e841 commit 1afdf26
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,11 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest,
macos-latest, # Intel Mac
macos-latest-xlarge # Apple M1 Mac
]
# From https://github.com/actions/runner-images#available-images
os: [ubuntu-latest, macos-13, macos-13-xl]

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 1afdf26

Please sign in to comment.