Skip to content

Commit

Permalink
Add arm64 triplet for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-at-orange committed May 23, 2024
1 parent 0c041aa commit e1d8fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
triplet: x64-windows
- os: ubuntu-latest
triplet: x64-linux
- os: macos-latest
- os: macos-13
triplet: x64-osx
- os: macos-14
triplet: arm64-osx
env:
#
# [OPTIONAL] Define the vcpkg's triplet
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/hosted-pure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
include:
- os: windows-latest
triplet: x64-windows
- os: ubuntu-latest
triplet: x64-linux
- os: macos-latest
- os: macos-13
triplet: x64-osx
- os: macos-14
triplet: arm64-osx
env:
# Indicates the location of the vcpkg as a Git submodule of the project repository.
# Not using "VCPKG_ROOT" because a variable with the same name is defined in the VS's
Expand Down

0 comments on commit e1d8fdd

Please sign in to comment.