diff --git a/.github/workflows/hosted-ninja-vcpkg_submod.yml b/.github/workflows/hosted-ninja-vcpkg_submod.yml index 953661a..abe9b7d 100644 --- a/.github/workflows/hosted-ninja-vcpkg_submod.yml +++ b/.github/workflows/hosted-ninja-vcpkg_submod.yml @@ -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 diff --git a/.github/workflows/hosted-pure-workflow.yml b/.github/workflows/hosted-pure-workflow.yml index da44144..fe71329 100644 --- a/.github/workflows/hosted-pure-workflow.yml +++ b/.github/workflows/hosted-pure-workflow.yml @@ -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