-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Apple Silicon runner image identifier
Signed-off-by: Anjan Roy <[email protected]>
- Loading branch information
1 parent
2e0e841
commit fee96de
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,14 @@ jobs: | |
runs-on: ${{matrix.os}} | ||
strategy: | ||
matrix: | ||
# From https://github.com/actions/runner-images#available-images | ||
os: [ubuntu-latest, | ||
macos-latest, # Intel Mac | ||
macos-latest-xlarge # Apple M1 Mac | ||
macos-latest-xl # Apple M1 Mac | ||
] | ||
|
||
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 ~ | ||
|