|
|
@ -120,8 +120,8 @@ jobs:
|
|
|
|
build_macos:
|
|
|
|
build_macos:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [macos-14]
|
|
|
|
os: [macos-14, macos-13]
|
|
|
|
arch: ['arm64', 'x64']
|
|
|
|
arch: [arm64, x64]
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
@ -139,7 +139,7 @@ jobs:
|
|
|
|
- name: Setup & Build
|
|
|
|
- name: Setup & Build
|
|
|
|
uses: ./actions/setup_and_build
|
|
|
|
uses: ./actions/setup_and_build
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
cache_suffix: 'macos'
|
|
|
|
cache_suffix: ${{ matrix.os }}-${{ matrix.arch }}
|
|
|
|
|
|
|
|
|
|
|
|
# we want to test on all platforms since some are testing the rendered menus (and are dependent on the platform)
|
|
|
|
# we want to test on all platforms since some are testing the rendered menus (and are dependent on the platform)
|
|
|
|
- name: Unit Test
|
|
|
|
- name: Unit Test
|
|
|
|